From 87d42f2e5b80a63498a41f54742a7481629f888f Mon Sep 17 00:00:00 2001 From: dengrb1 <125752069+dengrb1@users.noreply.github.com> Date: Sat, 6 May 2023 22:55:48 +0800 Subject: [PATCH] pip helper --- client.pyw | 2 +- update.py | 3 ++- gk.py => 没有使用/gk.py | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename gk.py => 没有使用/gk.py (100%) diff --git a/client.pyw b/client.pyw index 81df366..fcbd7b5 100644 --- a/client.pyw +++ b/client.pyw @@ -24,7 +24,7 @@ def delete(): jc("delete") def gk(): - jc("gk") + messagebox.showerror('pip helper','因为程序问题,所以“关于”模块被删除!!!') def update(): jc("update") diff --git a/update.py b/update.py index 2743619..c1b79bd 100644 --- a/update.py +++ b/update.py @@ -20,8 +20,9 @@ quit_bt = Button(root, text='返回', command=quit_exe).pack(side=RIGHT) Label(root, text='更新日志').pack() text = '''0.1.0 暂无日志 1.0 正式版本。修复BUG;改正更新日志显示问题 +1.1 加入机器学习库安装;修复BUG;删除“关于”模块 -当前版本:1.0 (Not beta or demo)''' +当前版本:1.1 (Not beta or demo)''' text_box = ScrolledText(root) text_box.pack(fill=BOTH, expand=1) diff --git a/gk.py b/没有使用/gk.py similarity index 100% rename from gk.py rename to 没有使用/gk.py