From 1a478f97fbdd18891cbfb4680db7b3c0fc4efd16 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 16 Jun 2026 23:18:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E5=8A=9F=E8=83=BD=EF=BC=8C=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E6=81=A2=E5=A4=8D=E5=92=8C=E5=88=A0=E9=99=A4?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=96=B0=E5=A4=9A=E8=AF=AD=E8=A8=80=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AgentAssistantWidget.vue | 447 +++++++++++++++++++++++- src/locales/en-US.ts | 5 + src/locales/zh-CN.ts | 5 + src/locales/zh-TW.ts | 5 + 4 files changed, 444 insertions(+), 18 deletions(-) diff --git a/src/components/AgentAssistantWidget.vue b/src/components/AgentAssistantWidget.vue index 317b1aa6..256acf12 100644 --- a/src/components/AgentAssistantWidget.vue +++ b/src/components/AgentAssistantWidget.vue @@ -1,6 +1,7 @@