From 15b001bab562c4cd505d0178fd1a3d6cb0e802e7 Mon Sep 17 00:00:00 2001 From: "feifei.xu" <307327147@qq.com> Date: Sun, 15 Mar 2026 11:54:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=9F=E8=83=BD1=20-=20=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E6=9C=BA=E5=99=A8=E4=BA=BA=20(v0.9.6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 CreateBotModal.vue 新建机器人模态框 - 实现12个预设头像选择 - 实现名称/显示名称/描述表单 - HomeView 添加「新建机器人」按钮 - Store 添加 createBot 方法 - Store 添加 fetchAgents 方法 - 表单验证和错误提示 --- .../src/components/chat/CreateBotModal.vue | 316 ++++++++++++++++++ frontend/src/stores/chat.ts | 74 +++- frontend/src/views/HomeView.vue | 48 ++- 3 files changed, 433 insertions(+), 5 deletions(-) create mode 100644 frontend/src/components/chat/CreateBotModal.vue diff --git a/frontend/src/components/chat/CreateBotModal.vue b/frontend/src/components/chat/CreateBotModal.vue new file mode 100644 index 0000000..aff3cb8 --- /dev/null +++ b/frontend/src/components/chat/CreateBotModal.vue @@ -0,0 +1,316 @@ + + +