This commit is contained in:
dengrb1
2023-05-05 12:17:39 +08:00
committed by GitHub
parent 299311b38e
commit fbb86371cf

View File

@@ -8,6 +8,7 @@ def quit_exe():
root.destroy()
def update_now():
webbrowser.open("https://kgithub.com/dengrb1/chatgpt/releases/")
messagebox.showinfo('update', '请选择最新版本并下载运行安装程序,然后就可以更新了!')
# Label
update_now_bt = Button(root ,text='在线更新', command=update_now).pack(side=RIGHT)