This commit is contained in:
dengrb1
2023-05-09 12:20:45 +08:00
committed by GitHub
parent 8022b975cd
commit 1e809e056e

View File

@@ -25,7 +25,7 @@ text = '''0.1.0 暂无日志
1.2.1 加入机器学习库——openai修复BUG;一键安装所有库正在试验中...... 1.2.1 加入机器学习库——openai修复BUG;一键安装所有库正在试验中......
1.3 加入更多GUI库比如pyside6, kivy等等修复一些BUG 1.3 加入更多GUI库比如pyside6, kivy等等修复一些BUG
当前版本:1.2 (Not beta or demo)''' 当前版本:1.3 (Not beta or demo)'''
text_box = ScrolledText(root) text_box = ScrolledText(root)
text_box.pack(fill=BOTH, expand=1) text_box.pack(fill=BOTH, expand=1)