update
This commit is contained in:
parent
61736e53eb
commit
c2ca3bc705
@ -23,7 +23,7 @@ def update_now():
|
||||
update_now_bt = Button(root ,text='在线更新', command=update_now).pack(side=RIGHT)
|
||||
quit_bt = Button(root, text='返回', command=quit_exe).pack(side=RIGHT)
|
||||
Label(root, text='更新日志').pack()
|
||||
text = '''当前版本:1.6 (Not beta or demo)
|
||||
text = '''当前版本:1.7 (Not beta or demo)
|
||||
|
||||
0.1.0 暂无日志
|
||||
1.0 正式版本。修复BUG;改正更新日志显示问题
|
||||
@ -34,7 +34,8 @@ text = '''当前版本:1.6 (Not beta or demo)
|
||||
1.4 加入pip安装检测;加入更多web类库;修复一些BUG
|
||||
1.5 加入更多机器学习库;修复一些BUG;修改pip安装检测代
|
||||
1.5.1 修改pip源,让下载速度变得更加快速!!
|
||||
1.6 加入更多处理数据库;修复一些BUG;加入WIFI检测;修改更新日志文本放置的位置;加入更新pip包管理工具......'''
|
||||
1.6 加入更多处理数据库;修复一些BUG;加入WIFI检测;修改更新日志文本放置的位置;加入更新pip包管理工具......
|
||||
1.7 加入pygithub库;“在线更新”模块改为正式版;修复一些BUG'''
|
||||
|
||||
text_box = ScrolledText(root)
|
||||
text_box.pack(fill=BOTH, expand=1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user