From 09189e612ae192ae81215e48a8af02807d1847ac Mon Sep 17 00:00:00 2001 From: tanlianwang Date: Tue, 10 Mar 2026 14:22:44 +0800 Subject: [PATCH] =?UTF-8?q?chore(ui):=20=E6=9B=B4=E6=96=B0=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=90=8D=E7=A7=B0=E4=B8=BAAI-RAG=E5=B9=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=93=81=E7=89=8C=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将API接口参数文档中的应用名称从MaxKB更新为AI-RAG - 在登录页面添加中国移动图标和AI-RAG品牌标识 - 为中国移动图标添加渐变文字样式 - 更新系统头部组件中的应用标题为AI-RAG - 修改标题文字样式为渐变色彩效果 --- API接口参数文档.md | 2 +- ui/src/layout/layout-header/SystemHeader.vue | 2 +- ui/src/views/login/index.vue | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/API接口参数文档.md b/API接口参数文档.md index fab51e1a4..16d1b54ef 100644 --- a/API接口参数文档.md +++ b/API接口参数文档.md @@ -1,4 +1,4 @@ -# MaxKB API接口参数文档 +# AI-RAG API接口参数文档 ## 1. 概述 diff --git a/ui/src/layout/layout-header/SystemHeader.vue b/ui/src/layout/layout-header/SystemHeader.vue index 93512b1f3..5f74089cf 100644 --- a/ui/src/layout/layout-header/SystemHeader.vue +++ b/ui/src/layout/layout-header/SystemHeader.vue @@ -3,7 +3,7 @@
-

{{ isSystemManagement ? 'AI-RAG | 系统管理' : 'AI-RAG' }}

+

{{ isSystemManagement ? 'AI-RAG | 系统管理' : 'AI-RAG' }}

diff --git a/ui/src/views/login/index.vue b/ui/src/views/login/index.vue index fd767ab42..c474ff02b 100644 --- a/ui/src/views/login/index.vue +++ b/ui/src/views/login/index.vue @@ -1,6 +1,12 @@