This commit is contained in:
dengrb1
2023-05-07 22:51:58 +08:00
committed by GitHub
parent 73b62403ef
commit 67d9b8d6c5
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ text = '''0.1.0 DEMO制作完成
1.1 修复BUG;紧急修复Windows7无法使用情况!重新修正UI界面 1.1 修复BUG;紧急修复Windows7无法使用情况!重新修正UI界面
1.1.1 更新chatGPT网站;修改update文本显示设置。新增bnu120聊天网站 1.1.1 更新chatGPT网站;修改update文本显示设置。新增bnu120聊天网站
移除lbbai网站入口 移除lbbai网站入口
1.2 增加lbbai网站修复BUG 1.2 增加lbbai网站修复BUG;完全移除“关于”模块......
当前版本:1.2 (Not beta or demo)''' 当前版本:1.2 (Not beta or demo)'''

View File

@@ -35,7 +35,6 @@ def open_exe(exe_name):
os.system(f"start {exe_name}.exe") os.system(f"start {exe_name}.exe")
else: else:
messagebox.showerror('system', file_error) messagebox.showerror('system', file_error)
def extkj(): def extkj():
open_exe("extkj") open_exe("extkj")
def wuguokai(): def wuguokai():