From f8e8017434ef9c6a89869276f9d55472ed16a6b8 Mon Sep 17 00:00:00 2001 From: liuguancen Date: Wed, 6 May 2026 16:51:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A1=B6=E9=83=A8=20title=20+=20logo?= =?UTF-8?q?=20=E9=85=8D=E8=89=B2=20+=20=E4=BE=A7=E6=A0=8F=E5=A4=96?= =?UTF-8?q?=E9=83=A8=E7=B3=BB=E7=BB=9F=E5=BF=AB=E6=8D=B7=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - index.html: 浏览器 title 改为"中国产业基础能力发展战略研究院战知大模型" - properties.ts: 加 fullProjectName 字段,projectName 短名保留用于 footer - title.svg / chatLogo.svg: 米字图标左下主笔染 #FF2500 红,其余 5 笔染 #636E77 灰,"战知"汉字保留默认黑色 - Operates.vue: 侧栏底部 user 头像上方新增 3 个浅蓝按钮风格外链入口(钢研门户/项目管理/数据中心),点击新窗口打开内网系统 Co-Authored-By: Claude Opus 4.7 (1M context) --- .../src/main/resources/application.yml | 1 + chat_web_front/index.html | 2 +- .../src/assets/images/chat/chatLogo.svg | 4 +- .../src/assets/images/operates/title.svg | 4 +- chat_web_front/src/components/Operates.vue | 53 +++++++++++++++++-- chat_web_front/src/config/properties.ts | 5 +- chat_web_front/src/views/login/index.vue | 1 + 7 files changed, 60 insertions(+), 10 deletions(-) diff --git a/chat_web_backend/src/main/resources/application.yml b/chat_web_backend/src/main/resources/application.yml index 9a542a3..0b5b5ca 100644 --- a/chat_web_backend/src/main/resources/application.yml +++ b/chat_web_backend/src/main/resources/application.yml @@ -92,3 +92,4 @@ xss: # 词向量模型名称 embedding-model-name: bge_m3 + diff --git a/chat_web_front/index.html b/chat_web_front/index.html index 9d395e5..ae4fc56 100644 --- a/chat_web_front/index.html +++ b/chat_web_front/index.html @@ -6,7 +6,7 @@ - 战知 + 中国产业基础能力发展战略研究院战知大模型 diff --git a/chat_web_front/src/assets/images/chat/chatLogo.svg b/chat_web_front/src/assets/images/chat/chatLogo.svg index 14ccaca..c0bf1d9 100644 --- a/chat_web_front/src/assets/images/chat/chatLogo.svg +++ b/chat_web_front/src/assets/images/chat/chatLogo.svg @@ -7,13 +7,13 @@ - + - + diff --git a/chat_web_front/src/assets/images/operates/title.svg b/chat_web_front/src/assets/images/operates/title.svg index f17902d..30204fa 100644 --- a/chat_web_front/src/assets/images/operates/title.svg +++ b/chat_web_front/src/assets/images/operates/title.svg @@ -2,13 +2,13 @@ - + - + diff --git a/chat_web_front/src/components/Operates.vue b/chat_web_front/src/components/Operates.vue index 91621c4..5239d8c 100644 --- a/chat_web_front/src/components/Operates.vue +++ b/chat_web_front/src/components/Operates.vue @@ -14,6 +14,18 @@ {{item.name}} +
+
+ {{ link.name }} +
+
+