From 8514f1898529219fbaf5da7f894f8be4afdb2837 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Wed, 15 Oct 2025 22:24:33 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=99=BB=E5=BD=95=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/routers/system_router.py | 2 +- src/config/static/info.template.yaml | 2 +- web/src/views/LoginView.vue | 579 +++++++++++++++------------ 3 files changed, 324 insertions(+), 259 deletions(-) diff --git a/server/routers/system_router.py b/server/routers/system_router.py index 7509ef43..7142d0b9 100644 --- a/server/routers/system_router.py +++ b/server/routers/system_router.py @@ -114,7 +114,7 @@ def get_default_info_config(): "description": "结合知识库与知识图谱,提供更准确、更全面的回答", }, "features": ["📚 灵活知识库", "🕸️ 知识图谱集成", "🤖 多模型支持"], - "footer": {"copyright": "© 江南语析 2025 [WIP] v0.2.0"}, + "footer": {"copyright": "© 江南语析 2025 [WIP] v0.3.0"}, } diff --git a/src/config/static/info.template.yaml b/src/config/static/info.template.yaml index aba83b39..602dea1a 100644 --- a/src/config/static/info.template.yaml +++ b/src/config/static/info.template.yaml @@ -23,4 +23,4 @@ features: # 页脚信息 footer: - copyright: "© 江南语析 2025 v0.2.0" + copyright: "© 江南语析 2025 v0.3.0" diff --git a/web/src/views/LoginView.vue b/web/src/views/LoginView.vue index 23a5f559..1096ef08 100644 --- a/web/src/views/LoginView.vue +++ b/web/src/views/LoginView.vue @@ -26,9 +26,9 @@ 登录背景
-

{{ infoStore.branding?.name || 'Yuxi-Know' }}

-

{{ infoStore.branding?.subtitle || '大模型驱动的知识库管理工具' }}

-

{{ infoStore.branding?.description || '结合知识库与知识图谱,提供更准确、更全面的回答' }}

+

{{ brandName }}

+

{{ brandSubtitle }}

+

{{ brandDescription }}