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