This commit is contained in:
dengrb1
2023-05-03 14:19:55 +00:00
committed by GitHub
parent 745718e7a9
commit bd25fbb98e
3 changed files with 2 additions and 1 deletions

View File

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