新增启动脚本

This commit is contained in:
2022-06-20 09:22:23 +08:00
parent 176025a3c5
commit acaa13e8ae
2 changed files with 26 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ import tkinter.simpledialog as simpledialog
from getxmlimg import getsavexml
win = tk.Tk() # 创建窗口
win.tk.call('tk', 'scaling', 1.25)
# 卸载程序
def UninstallProgram(package: "apk 包名")->"卸载程序":
@@ -1266,7 +1265,7 @@ def showhelp():
HelpStr.set(tips)
LabText = ttk.Label(LabFrmText, textvariable=HelpStr,width=55)
LabText.config(wraplength=350)
def on_closing():
global windowflag
windowflag = "close"