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_web.exe")
|
open_exe("xz_web1.exe")
|
||||||
|
|
||||||
def update():
|
def update():
|
||||||
open_exe("update")
|
open_exe("update")
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ def fh():
|
|||||||
|
|
||||||
|
|
||||||
# Button
|
# Button
|
||||||
bt_wuguokai = Button(root, text='wuguokai网站')
|
bt_wuguokai = Button(root, text='wuguokai网站', command=wuguokai)
|
||||||
bt_extkj = Button(root, text='extkj网站', command=extkj)
|
bt_extkj = Button(root, text='extkj网站', command=extkj)
|
||||||
bt_f1 = Button(root, text='aiyunos网站', command=f1)
|
bt_f1 = Button(root, text='aiyunos网站', command=f1)
|
||||||
bt_lbbai = Button(root, text='lbbai网站', command=lbbai)
|
bt_lbbai = Button(root, text='lbbai网站', command=lbbai)
|
||||||
|
|||||||
Reference in New Issue
Block a user