From 3013efb93c9e3a28d6c9aa92359d3da29484420e Mon Sep 17 00:00:00 2001 From: tanlianwang Date: Mon, 30 Mar 2026 09:41:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(login):=20=E6=B7=BB=E5=8A=A0=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=A1=B5=E9=9D=A2=E5=93=81=E7=89=8C=E6=A0=87=E8=AF=86?= =?UTF-8?q?=E5=92=8C=E5=AF=BC=E8=88=AA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在忘记密码和重置密码页面添加中国移動图标和AI-RAG标题 - 集成ChinaMobileIcon组件并配置样式 - 添加响应式设计适配不同屏幕尺寸 - 在知识库列表中增加问题和命中测试导航选项 - 移除思维导图配置错误提示信息 --- .../component/KnowledgeListContainer.vue | 22 +++++++ ui/src/views/login/ForgotPassword.vue | 61 ++++++++++++++++++- ui/src/views/login/ResetPassword.vue | 61 ++++++++++++++++++- ui/src/views/mindmap/index.vue | 3 - 4 files changed, 142 insertions(+), 5 deletions(-) diff --git a/ui/src/views/knowledge/component/KnowledgeListContainer.vue b/ui/src/views/knowledge/component/KnowledgeListContainer.vue index e15d543a5..940abd2e3 100644 --- a/ui/src/views/knowledge/component/KnowledgeListContainer.vue +++ b/ui/src/views/knowledge/component/KnowledgeListContainer.vue @@ -251,6 +251,28 @@ {{ $t('views.document.generateQuestion.title') }} + + + {{ $t('views.problem.title') }} + + + + {{ $t('views.application.hitTest.title') }} + +

{{ $t('views.login.forgotPassword') }}

{ }) }) - + diff --git a/ui/src/views/login/ResetPassword.vue b/ui/src/views/login/ResetPassword.vue index 7bbf4ce3a..4ae37b76c 100644 --- a/ui/src/views/login/ResetPassword.vue +++ b/ui/src/views/login/ResetPassword.vue @@ -1,6 +1,12 @@