From 1843a74d16fa88c75a1a734cffec7ddf1a353532 Mon Sep 17 00:00:00 2001 From: Mimikko-zeus Date: Wed, 7 Jan 2026 12:51:17 +0800 Subject: [PATCH] fix: update clear button text in chat view UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed the text of the clear button from "🗑️ 清空" to "🗑 清空" for improved visual consistency. --- ui/chat_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/chat_view.py b/ui/chat_view.py index 4ede5bb..39c6b6a 100644 --- a/ui/chat_view.py +++ b/ui/chat_view.py @@ -364,7 +364,7 @@ class ChatView: # 清空对话按钮 self.clear_btn = tk.Button( btn_container, - text="🗑️ 清空", + text="🗑 清空", font=('Microsoft YaHei UI', 10), bg='#424242', fg='#ef9a9a',