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