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