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