update
This commit is contained in:
@@ -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()
|
||||
@@ -34,6 +34,6 @@ q_b.pack()
|
||||
|
||||
|
||||
# mainloop
|
||||
root.title('官网')
|
||||
root.title('chatWEB')
|
||||
root.geometry('200x220')
|
||||
root.mainloop()
|
||||
@@ -68,6 +68,6 @@ bt_fh.pack()
|
||||
|
||||
|
||||
# mainloop
|
||||
root.title('选择')
|
||||
root.title('chatWEB')
|
||||
root.geometry('200x220+440+600')
|
||||
root.mainloop()
|
||||
@@ -28,6 +28,6 @@ chat_b.pack()
|
||||
q_b.pack()
|
||||
|
||||
# mainloop
|
||||
root.title('选择')
|
||||
root.title('chatWEB')
|
||||
root.geometry('200x220')
|
||||
root.mainloop()
|
||||
Reference in New Issue
Block a user