This commit is contained in:
dengrb1
2023-05-05 17:51:31 +08:00
committed by GitHub
parent a7ec640e94
commit 9f10488060

View File

@@ -1,3 +1,6 @@
"""基本上,这个文件都是已经提前写好了下一个版本的内容的
之后几天基本上都会发布最新版本的内容的"""
from tkinter import *
from tkinter.scrolledtext import ScrolledText
import webbrowser
@@ -25,10 +28,9 @@ text = '''0.1.0 DEMO制作完成
1.1 修复BUG;紧急修复Windows7无法使用情况!重新修正UI界面
1.1.1 更新chatGPT网站;修改update文本显示设置。新增bnu120聊天网站
移除lbbai网站入口
1.2 加入网络检测和更好的操作界面
当前版本:1.1 (Not beta or demo)'''
当前版本:1.2 (Not beta or demo)'''
text_box = ScrolledText(root)
text_box.pack(fill=BOTH, expand=1)