fix: update clear button text in chat view UI

- Changed the text of the clear button from "🗑️ 清空" to "🗑 清空" for improved visual consistency.
This commit is contained in:
Mimikko-zeus
2026-01-07 12:51:17 +08:00
parent 9e42c69d0f
commit 1843a74d16

View File

@@ -364,7 +364,7 @@ class ChatView:
# 清空对话按钮
self.clear_btn = tk.Button(
btn_container,
text="🗑 清空",
text="🗑 清空",
font=('Microsoft YaHei UI', 10),
bg='#424242',
fg='#ef9a9a',