This commit is contained in:
dengrb1
2023-04-28 21:39:56 +08:00
committed by GitHub
parent e29d6fddc3
commit 533ab961ce
2 changed files with 17 additions and 26 deletions

View File

@@ -35,7 +35,12 @@ def f1():
pass
def lbb():
messagebox.showerror('system', '无法使用,已废弃')
if os.path.exists("{ml}\chatGPT_web\lbb.exe"):
os.system("start {ml}\chatGPT_web\lbb.exe")
else:
messagebox.showerror('system', flie_error)
pass
pass
def update():
if os.path.exists("{ml}\system\\update.exe"):