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