This commit is contained in:
dengrb1
2023-05-03 14:11:29 +00:00
committed by GitHub
parent ec957960f2
commit 745718e7a9
2 changed files with 2 additions and 2 deletions

View File

@@ -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")

View File

@@ -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)