diff --git a/chat_web_front/README.md b/chat_web_front/README.md index fe7ec21..8c67efc 100644 --- a/chat_web_front/README.md +++ b/chat_web_front/README.md @@ -1,6 +1,6 @@ -# 知冶大模型 +# 战知 -知冶大模型 +战知智能问答平台 # chat_web_front_new diff --git a/chat_web_front/index.html b/chat_web_front/index.html index 6da244a..9d395e5 100644 --- a/chat_web_front/index.html +++ b/chat_web_front/index.html @@ -3,10 +3,10 @@ - - + + - 知冶·大模型 + 战知 diff --git a/chat_web_front/public/favicon.svg b/chat_web_front/public/favicon.svg new file mode 100644 index 0000000..ea69ed9 --- /dev/null +++ b/chat_web_front/public/favicon.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/chat_web_front/src/App.vue b/chat_web_front/src/App.vue index 498f295..6553840 100644 --- a/chat_web_front/src/App.vue +++ b/chat_web_front/src/App.vue @@ -23,17 +23,25 @@ watch( .content { width: 100vw; height: 100vh; - // background: linear-gradient(180deg, #edf2ff 0%, #f7f9ff 100%), - // url("./assets/images/chat/chatLogo.png") no-repeat; background-color: #edf2ffcc; - background-image: url("./assets/images/chat/chatLogo.png"); - background-size: 45%; - background-position: right bottom; - background-blend-mode: unset; - background-repeat: no-repeat; - // background-size: 45%; - // background-position: right bottom; + position: relative; display: flex; + + &::before { + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-image: url("./assets/images/chat/chatLogo.svg"); + background-size: 45%; + background-position: right bottom; + background-repeat: no-repeat; + opacity: 0.04; + pointer-events: none; + z-index: 0; + } .chatLogo { width: 764px; height: 700px; diff --git a/chat_web_front/src/assets/images/applications/excalidraw.svg b/chat_web_front/src/assets/images/applications/excalidraw.svg new file mode 100644 index 0000000..ee99676 --- /dev/null +++ b/chat_web_front/src/assets/images/applications/excalidraw.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/chat_web_front/src/assets/images/applications/libretranslate.svg b/chat_web_front/src/assets/images/applications/libretranslate.svg new file mode 100644 index 0000000..50ccd40 --- /dev/null +++ b/chat_web_front/src/assets/images/applications/libretranslate.svg @@ -0,0 +1,6 @@ + + + EN + + + diff --git a/chat_web_front/src/assets/images/applications/pptist.png b/chat_web_front/src/assets/images/applications/pptist.png new file mode 100644 index 0000000..79aa3a4 Binary files /dev/null and b/chat_web_front/src/assets/images/applications/pptist.png differ diff --git a/chat_web_front/src/assets/images/applications/pptist.svg b/chat_web_front/src/assets/images/applications/pptist.svg new file mode 100644 index 0000000..730c834 --- /dev/null +++ b/chat_web_front/src/assets/images/applications/pptist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/chat_web_front/src/assets/images/applications/stirling-pdf.svg b/chat_web_front/src/assets/images/applications/stirling-pdf.svg new file mode 100644 index 0000000..9e82767 --- /dev/null +++ b/chat_web_front/src/assets/images/applications/stirling-pdf.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chat_web_front/src/assets/images/applications/trwebocr.png b/chat_web_front/src/assets/images/applications/trwebocr.png new file mode 100644 index 0000000..4ada58b Binary files /dev/null and b/chat_web_front/src/assets/images/applications/trwebocr.png differ diff --git a/chat_web_front/src/assets/images/chat/chatLogo.svg b/chat_web_front/src/assets/images/chat/chatLogo.svg new file mode 100644 index 0000000..14ccaca --- /dev/null +++ b/chat_web_front/src/assets/images/chat/chatLogo.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/chat_web_front/src/assets/images/login/projectLogo-white.svg b/chat_web_front/src/assets/images/login/projectLogo-white.svg new file mode 100644 index 0000000..e256263 --- /dev/null +++ b/chat_web_front/src/assets/images/login/projectLogo-white.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/chat_web_front/src/assets/images/login/projectLogo.svg b/chat_web_front/src/assets/images/login/projectLogo.svg new file mode 100644 index 0000000..14ccaca --- /dev/null +++ b/chat_web_front/src/assets/images/login/projectLogo.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/chat_web_front/src/assets/images/operates/title.svg b/chat_web_front/src/assets/images/operates/title.svg new file mode 100644 index 0000000..f17902d --- /dev/null +++ b/chat_web_front/src/assets/images/operates/title.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/chat_web_front/src/components/Operates.vue b/chat_web_front/src/components/Operates.vue index 54e1780..35ba142 100644 --- a/chat_web_front/src/components/Operates.vue +++ b/chat_web_front/src/components/Operates.vue @@ -3,7 +3,7 @@
diff --git a/chat_web_front/src/config/properties.ts b/chat_web_front/src/config/properties.ts index 2c924d0..df8ef84 100644 --- a/chat_web_front/src/config/properties.ts +++ b/chat_web_front/src/config/properties.ts @@ -1,3 +1,3 @@ export const PROJECT_PROPERTIES = { - projectName: '知冶模型' + projectName: '战知' } \ No newline at end of file diff --git a/chat_web_front/src/locales/zh-CN.ts b/chat_web_front/src/locales/zh-CN.ts index 5d0b9ca..7bd9f81 100644 --- a/chat_web_front/src/locales/zh-CN.ts +++ b/chat_web_front/src/locales/zh-CN.ts @@ -28,8 +28,8 @@ export default { success: '操作成功', failed: '操作失败', unauthorizedTips: '未经授权,请先进行验证。', - logo: '知冶大模型', - siteInfo: '© 2023 知冶模型 _ 浪潮软件科技有限公司', + logo: '战知', + siteInfo: '© 2026 战知 _ 浪潮软件科技有限公司', userXieyi: '用户协议', privacyZhengce: '隐私政策', cueWord1: '您好,我是你的报告撰写智能小助手,快来告诉我你的需要吧~', @@ -46,9 +46,9 @@ export default { noChatFlow: '无对话历史' }, login: { - title: '知海无涯搜万象', - title2:'冶技卓越析微尘', - subTitle: '支持多轮对话,集成冶金专业搜索,具备自建知识库、内容创作、信息归纳总结等能力', + title: '聚尖端之力,创多维平台', + title2:'', + subTitle: '聚合科技动能,扩展创新疆界,引领行业跃迁升级', quickStart: '快速开始', telPlaceholder: '请输入手机号', passwordPlaceholder: '请输入密码', diff --git a/chat_web_front/src/views/applications/index.vue b/chat_web_front/src/views/applications/index.vue index cec8692..187d294 100644 --- a/chat_web_front/src/views/applications/index.vue +++ b/chat_web_front/src/views/applications/index.vue @@ -1,422 +1,227 @@ \ No newline at end of file + +.tool-item { + display: flex; + align-items: center; + width: 340px; + padding: 16px; + background: #E6EDFF; + border-radius: 8px; + border: 1px solid #E6EDFF; + cursor: pointer; + transition: all 0.2s; + + &:hover:not(.disabled) { + border-color: #004EA0; + .tool-name { color: #004EA0; } + } + + &.disabled { + opacity: 0.55; + cursor: not-allowed; + } + + .tool-icon { + font-size: 28px; + width: 50px; + height: 50px; + display: flex; + align-items: center; + justify-content: center; + background: #fff; + border-radius: 10px; + flex-shrink: 0; + + .tool-logo-img { width: 36px; height: 36px; object-fit: contain; } + } + + .tool-info { + flex: 1; + margin-left: 12px; + min-width: 0; + + .tool-top { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 6px; + } + + .tool-name { + font-size: 15px; + font-weight: bold; + color: #000; + } + + .tool-badge { + font-size: 10px; + color: #999; + background: rgba(255,255,255,0.7); + padding: 2px 8px; + border-radius: 8px; + } + + .tool-desc { + font-size: 12px; + color: #858A94; + line-height: 1.5; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + overflow: hidden; + } + } + + .tool-arrow { + width: 7px; + height: 14px; + margin-left: 12px; + flex-shrink: 0; + } +} + + diff --git a/chat_web_front/src/views/chat/index.vue b/chat_web_front/src/views/chat/index.vue index b377a6f..0ff3420 100644 --- a/chat_web_front/src/views/chat/index.vue +++ b/chat_web_front/src/views/chat/index.vue @@ -20,13 +20,10 @@
- - 海无涯 - - 技卓越 + 聚尖端之力,创多维平台
- 提升信息处理效率,促进科研创新,优化工艺流程,冶金行业AI助手! + 聚合科技动能,扩展创新疆界,引领行业跃迁升级
diff --git a/chat_web_front/src/views/login/index.vue b/chat_web_front/src/views/login/index.vue index 3ecf0bb..10c5b51 100644 --- a/chat_web_front/src/views/login/index.vue +++ b/chat_web_front/src/views/login/index.vue @@ -7,22 +7,16 @@
- 知海无涯搜万象 -
- 冶技卓越析微尘 + 聚尖端之力,创多维平台
- 支持多轮对话,集成冶金专业搜索,具备自建知识库、内容创作、信息归纳总结等能力 - -
- - 已接入DeepSeek-R1满血版 + 聚合科技动能,扩展创新疆界,引领行业跃迁升级
@@ -69,8 +63,8 @@