From bdb783bc1dae035b908b2945b72fc64da7da620c Mon Sep 17 00:00:00 2001 From: dengrb1 <125752069+dengrb1@users.noreply.github.com> Date: Sun, 30 Apr 2023 13:45:54 +0800 Subject: [PATCH] client --- client.pyw | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client.pyw b/client.pyw index c2bd776..adc1e45 100644 --- a/client.pyw +++ b/client.pyw @@ -85,11 +85,13 @@ tk.Label(root, text='chatGPT').pack() bt_w = tk.Button(root, text='wuguokai网站', command=wuguokai) bt_e = tk.Button(root, text='extkj网站', command=extkj) bt_f1 = tk.Button(root, text='aitianhu网站', command=f1) +bt_st = tk.Button(root, text='其他内容', command=sittings) quit_bt = tk.Button(root, text='退出', command=quit_exe) bt_w.pack() bt_e.pack() bt_f1.pack() +bt_st.pack() quit_bt.pack() # mainloop