From a794c335452bc8829b632e264ef355f1fafae1f0 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Apr 2026 09:20:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89AI=E5=A4=84=E7=90=86?= =?UTF-8?q?=E6=8C=87=E7=A4=BA=E4=B8=AD=E7=9A=84=E2=8F=B3emoji=EF=BC=8C?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=BA=AF=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app.py b/ui/app.py index 02f72b9..2d2dc00 100644 --- a/ui/app.py +++ b/ui/app.py @@ -224,7 +224,7 @@ class GraphMemoryApp(App): status_bar = self.query_one(StatusBar) history.add_message(Message(role="user", content=user_input)) - history.add_message(Message(role="assistant", content="⏳ 正在处理...")) + history.add_message(Message(role="assistant", content="正在处理...")) status_bar.set_processing(True) asyncio.create_task(self._process(user_input))