chatWEB
This commit is contained in:
@@ -25,7 +25,7 @@ def open_cmd(cmd_name):
|
||||
pass
|
||||
|
||||
def web_xz():
|
||||
open_exe("xz_web1.exe")
|
||||
open_exe("xz_web.exe")
|
||||
|
||||
def update():
|
||||
open_exe("update")
|
||||
|
||||
@@ -35,6 +35,7 @@ def fh():
|
||||
Label(root, text='其他内容').pack()
|
||||
bt_update = Button(root, text='更新日志', command=update).pack()
|
||||
bt_gk = Button(root, text='关于', command=gk).pack()
|
||||
bt_fh = Button(root, text='返回', command=gh).pack()
|
||||
|
||||
|
||||
# mainloop
|
||||
|
||||
Reference in New Issue
Block a user