From b4d86772c98c131cf931324dca46441187aaafda Mon Sep 17 00:00:00 2001 From: dengrb1 <125752069+dengrb1@users.noreply.github.com> Date: Mon, 24 Jul 2023 21:19:37 +0800 Subject: [PATCH] update --- chat_command_client.pyw | 2 +- ol_web.pyw | 2 +- xz_chat.pyw | 2 +- xz_main.pyw | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chat_command_client.pyw b/chat_command_client.pyw index 2ed06b4..8db14a5 100644 --- a/chat_command_client.pyw +++ b/chat_command_client.pyw @@ -45,6 +45,6 @@ fh_bt.grid(row=2,column=1) # mainloop -root.title('chatGPT') +root.title('chatWEB') root.geometry('200x250+100+100') root.mainloop() \ No newline at end of file diff --git a/ol_web.pyw b/ol_web.pyw index 9793ef8..0d5d68f 100644 --- a/ol_web.pyw +++ b/ol_web.pyw @@ -34,6 +34,6 @@ q_b.pack() # mainloop -root.title('官网') +root.title('chatWEB') root.geometry('200x220') root.mainloop() \ No newline at end of file diff --git a/xz_chat.pyw b/xz_chat.pyw index 561cf38..64e6bf7 100644 --- a/xz_chat.pyw +++ b/xz_chat.pyw @@ -68,6 +68,6 @@ bt_fh.pack() # mainloop -root.title('选择') +root.title('chatWEB') root.geometry('200x220+440+600') root.mainloop() \ No newline at end of file diff --git a/xz_main.pyw b/xz_main.pyw index 57216c8..07145ca 100644 --- a/xz_main.pyw +++ b/xz_main.pyw @@ -28,6 +28,6 @@ chat_b.pack() q_b.pack() # mainloop -root.title('选择') +root.title('chatWEB') root.geometry('200x220') root.mainloop() \ No newline at end of file