This commit is contained in:
dengrb1
2023-05-02 09:30:08 +00:00
committed by GitHub
parent 60a2246e57
commit 4a864608d4
4 changed files with 83 additions and 24 deletions

View File

@@ -17,7 +17,12 @@ def jc(exe_name):
pass
def gk():
jc("gk")
if os.path.exists(os.path.join(ml, "gk.exe")):
os.system("start gk.exe")
else:
messagebox.showerror('sittings', '系统文件丢失!请重新安装')
pass
pass
def update():
jc("update")