From d30043e5e3cf9213dc1f04b88e7c16b8d02ae285 Mon Sep 17 00:00:00 2001 From: MerCry Date: Sat, 28 Feb 2026 14:16:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(admin):=20=E4=BC=98=E5=8C=96=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E8=8F=9C=E5=8D=95=E5=B8=83=E5=B1=80=E4=B8=8EDashboard?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=AF=B4=E6=98=8E=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将系统配置下拉菜单改为直接展示的菜单项,提升操作便捷性 - Dashboard使用说明区域扩展为9个功能卡片 - 所有卡片支持点击跳转到对应功能页面 - 优化响应式布局,支持3列/2列/1列自适应 --- ai-service-admin/src/App.vue | 123 ++++-------------- .../src/views/dashboard/index.vue | 73 +++++++++-- 2 files changed, 91 insertions(+), 105 deletions(-) diff --git a/ai-service-admin/src/App.vue b/ai-service-admin/src/App.vue index d6650a0..749046b 100644 --- a/ai-service-admin/src/App.vue +++ b/ai-service-admin/src/App.vue @@ -30,53 +30,30 @@ 会话监控 - - - - + + + 嵌入模型 + + + + LLM 配置 + + + + Prompt 模板 + + + + 意图规则 + + + + 话术流程 + + + + 输出护栏 +
@@ -105,11 +82,11 @@