From 9a5a116fd6e83f2736fac82e85e13081b9961d76 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Tue, 28 Apr 2026 17:56:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E6=96=B0=E5=A2=9E=E6=AC=A2?= =?UTF-8?q?=E8=BF=8E=E6=96=87=E5=AD=97=E5=92=8C=E7=AD=89=E5=BE=85=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/src/app/state.ts | 7 ++++++- static/src/stores/chat.ts | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/static/src/app/state.ts b/static/src/app/state.ts index a1cdc89..0b70be8 100644 --- a/static/src/app/state.ts +++ b/static/src/app/state.ts @@ -74,7 +74,12 @@ export function dataState() { '随便聊点什么?', '想让我帮你整理一下思路吗?', '要不要我帮你写个小工具?', - '发我一句话,我来接着做。' + '发我一句话,我来接着做。', + '我来给你画幅画?', + '想看小猫吗?', + '有什么难题丢过来吧。', + '想不想看个有意思的?', + '来,说说你的需求~' ], mobileViewportQuery: null, modeMenuOpen: false, diff --git a/static/src/stores/chat.ts b/static/src/stores/chat.ts index ee92a69..f1265f1 100644 --- a/static/src/stores/chat.ts +++ b/static/src/stores/chat.ts @@ -29,7 +29,12 @@ const GENERATING_LABELS = [ '润色回复中', '调配上下文', '搜刮记忆中', - '快敲完了,别急' + '快敲完了,别急', + '领域展开', + '工具链装配中…', + '句子正在成形…', + '让我再捋一捋…', + '知识库检索中…' ]; const SHOW_HTML_COMPLETE_BLOCK_RE = //i;