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