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 @@