This commit is contained in:
dengrb1
2023-04-29 18:51:20 +08:00
committed by GitHub
parent eb9be60dc6
commit 2ea30091f7
2 changed files with 6 additions and 1 deletions

View File

@@ -39,6 +39,11 @@ def user_xy():
pass pass
def quit_exe(): def quit_exe():
os.system('taskkill -f -t -im aiyunos.exe')
os.system('taskkill -f -t -im extkj.exe')
os.system('taskkill -f -t -im gk.exe')
os.system('taskkill -f -t -im update.exe')
os.system('taskkill -f -t -im wuguokai.exe')
root.destroy() root.destroy()
# Create GUI # Create GUI

View File

@@ -15,7 +15,7 @@ Label(root, text='''0.1.0 DEMO制作完成
0.1.1 demo版本增加lbbAI网站 0.1.1 demo版本增加lbbAI网站
0.1.2 demo版本删除lbbAI网站因为无法使用 0.1.2 demo版本删除lbbAI网站因为无法使用
0.1.3 修复BUG 0.1.3 修复BUG
1.0 正式版加入关于模块更新网站aitianhu.top''').pack() 1.0 正式版加入关于模块更新网站aitianhu.top;修复“退出”按钮的问题;优化了代码''').pack()
Label(root, text='当前版本:1.0 official version').pack() Label(root, text='当前版本:1.0 official version').pack()