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

@@ -32,7 +32,7 @@ def fh():
# Button
bt_wuguokai = Button(root, text='wuguokai网站')
bt_wuguokai = Button(root, text='wuguokai网站', command=wuguokai)
bt_extkj = Button(root, text='extkj网站', command=extkj)
bt_f1 = Button(root, text='aiyunos网站', command=f1)
bt_lbbai = Button(root, text='lbbai网站', command=lbbai)