From 0df86cfc28c1720483f9bc4f8b6a920550527446 Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Wed, 18 Jun 2025 17:04:33 +0800 Subject: [PATCH] change tooltip color --- CHANGELOG.md | 1 + renderer/public/mcp.css | 3 +- .../chat/chat-box/options/context-length.vue | 2 +- .../chat/chat-box/options/model.vue | 2 +- .../chat-box/options/parallel-tool-calls.vue | 2 +- .../chat/chat-box/options/prompt.vue | 2 +- .../chat/chat-box/options/resource.vue | 2 +- .../chat/chat-box/options/system-prompt.vue | 2 +- .../chat/chat-box/options/temperature.vue | 2 +- .../chat/chat-box/options/tool-use.vue | 61 +++++++++++++++++-- .../chat/chat-box/options/websearch.vue | 2 +- .../chat/chat-box/options/xml-wrapper.vue | 2 +- .../chat/chat-box/prompt-chat-item.vue | 2 +- .../chat/chat-box/resource-chat-item.vue | 2 +- .../components/main-panel/chat/core/prompt.ts | 2 +- .../components/main-panel/tool/tool-list.vue | 4 -- renderer/src/components/sidebar/connected.vue | 4 +- .../sidebar/sidebar-item-container.vue | 2 +- renderer/src/i18n/ar.json | 5 +- renderer/src/i18n/de.json | 5 +- renderer/src/i18n/en.json | 5 +- renderer/src/i18n/fr.json | 5 +- renderer/src/i18n/ja.json | 5 +- renderer/src/i18n/ko.json | 5 +- renderer/src/i18n/ru.json | 5 +- renderer/src/i18n/zh-cn.json | 5 +- renderer/src/i18n/zh-tw.json | 5 +- 27 files changed, 109 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f859b9b..bb22fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [main] 0.1.6 - 针对 0.1.5 无法在 Windows 启动的紧急修复。 - 修复环境变量中添加 token 失效的问题。 +- 优化工具展示的页面布局。 ## [main] 0.1.5 - 修复 gemini 获取模型列表时存在 models 前缀的问题 diff --git a/renderer/public/mcp.css b/renderer/public/mcp.css index 7646049..6aecf24 100644 --- a/renderer/public/mcp.css +++ b/renderer/public/mcp.css @@ -227,4 +227,5 @@ a { .ͼo, .ͼo .cm-gutters { background-color: transparent !important; -} \ No newline at end of file +} + diff --git a/renderer/src/components/main-panel/chat/chat-box/options/context-length.vue b/renderer/src/components/main-panel/chat/chat-box/options/context-length.vue index d65f87c..deecf9f 100644 --- a/renderer/src/components/main-panel/chat/chat-box/options/context-length.vue +++ b/renderer/src/components/main-panel/chat/chat-box/options/context-length.vue @@ -1,5 +1,5 @@