pip helper

This commit is contained in:
dengrb1 2023-05-06 22:55:48 +08:00 committed by GitHub
parent 7e9c3ebd54
commit 87d42f2e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ def delete():
jc("delete")
def gk():
jc("gk")
messagebox.showerror('pip helper','因为程序问题,所以“关于”模块被删除!!!')
def update():
jc("update")

View File

@ -20,8 +20,9 @@ quit_bt = Button(root, text='返回', command=quit_exe).pack(side=RIGHT)
Label(root, text='更新日志').pack()
text = '''0.1.0 暂无日志
1.0 正式版本修复BUG改正更新日志显示问题
1.1 加入机器学习库安装修复BUG删除关于模块
当前版本:1.0 (Not beta or demo)'''
当前版本:1.1 (Not beta or demo)'''
text_box = ScrolledText(root)
text_box.pack(fill=BOTH, expand=1)