This commit is contained in:
dengrb1
2023-05-05 17:47:30 +08:00
committed by GitHub
parent a48ec6b123
commit a7ec640e94

View File

@@ -20,7 +20,7 @@ def open_exe(exe_name):
def chat(): def chat():
open_exe('xz_chat') open_exe('xz_chat')
def doc(): def doc():
open_exe('xz_doc') messagebox.showerror('ChatWEB', '暂时无法使用,请耐心等待......')
def fh(): def fh():
root.destroy() root.destroy()