From 01d119f56b5582f989bd3beb21638c77f521e520 Mon Sep 17 00:00:00 2001 From: dengrb1 <125752069+dengrb1@users.noreply.github.com> Date: Fri, 28 Apr 2023 21:44:12 +0800 Subject: [PATCH] chatGPT --- client.pyw | 20 ++++++++++---------- chatGPT_web/extkj.pyw => extkj.pyw | 0 chatGPT_web/f1.pyw => f1.pyw | 0 chatGPT_web/lbb.pyw => lbb.pyw | 0 system/update.pyw => update.pyw | 0 chatGPT_web/wuguokai.pyw => wuguokai.pyw | 0 6 files changed, 10 insertions(+), 10 deletions(-) rename chatGPT_web/extkj.pyw => extkj.pyw (100%) rename chatGPT_web/f1.pyw => f1.pyw (100%) rename chatGPT_web/lbb.pyw => lbb.pyw (100%) rename system/update.pyw => update.pyw (100%) rename chatGPT_web/wuguokai.pyw => wuguokai.pyw (100%) diff --git a/client.pyw b/client.pyw index aea99f5..6c9362a 100644 --- a/client.pyw +++ b/client.pyw @@ -11,40 +11,40 @@ flie_error = '文件丢失,请检查文件内容并重新安装' def extkj(): - if os.path.exists("{ml}\chatGPT_web\extkj.exe"): - os.system('start {ml}\chatGPT_web\extkj.exe') + if os.path.exists("{ml}\extkj.exe"): + os.system('start {ml}\extkj.exe') else: messagebox.showerror('system', flie_error) pass pass def wuguokai(): - if os.path.exists("{ml}\chatGPT_web\wuguokai.exe"): - os.system("start {ml}\chatGPT_web\wuguokai.exe") + if os.path.exists("{ml}\wuguokai.exe"): + os.system("start {ml}\wuguokai.exe") else: messagebox.showerror('system', flie_error) pass pass def f1(): - if os.path.exists("{ml}\chatGPT_web\\f1.exe"): - os.system("start {ml}\chatGPT_web\\f1.exe") + if os.path.exists("{ml}\\f1.exe"): + os.system("start {ml}\\f1.exe") else: messagebox.showerror('system', flie_error) pass pass def lbb(): - if os.path.exists("{ml}\chatGPT_web\lbb.exe"): - os.system("start {ml}\chatGPT_web\lbb.exe") + if os.path.exists("{ml}\lbb.exe"): + os.system("start {ml}\lbb.exe") else: messagebox.showerror('system', flie_error) pass pass def update(): - if os.path.exists("{ml}\system\\update.exe"): - os.system("start {ml}\system\\update.exe") + if os.path.exists("{ml}\update.exe"): + os.system("start {ml}\update.exe") else: messagebox.showerror('update', '更新日志文件丢失,请检查文件并重新安装') pass diff --git a/chatGPT_web/extkj.pyw b/extkj.pyw similarity index 100% rename from chatGPT_web/extkj.pyw rename to extkj.pyw diff --git a/chatGPT_web/f1.pyw b/f1.pyw similarity index 100% rename from chatGPT_web/f1.pyw rename to f1.pyw diff --git a/chatGPT_web/lbb.pyw b/lbb.pyw similarity index 100% rename from chatGPT_web/lbb.pyw rename to lbb.pyw diff --git a/system/update.pyw b/update.pyw similarity index 100% rename from system/update.pyw rename to update.pyw diff --git a/chatGPT_web/wuguokai.pyw b/wuguokai.pyw similarity index 100% rename from chatGPT_web/wuguokai.pyw rename to wuguokai.pyw