diff --git a/README.md b/README.md index f5cbb98..f1e9052 100644 --- a/README.md +++ b/README.md @@ -105,4 +105,4 @@ B <--mcp--> m(MCP Server) ./build_service.ps1 ``` -and just press f5, いただきます +and just press f5, いただきます \ No newline at end of file diff --git a/renderer/public/iconfont.css b/renderer/public/iconfont.css index 38d4f03..27c1d78 100644 --- a/renderer/public/iconfont.css +++ b/renderer/public/iconfont.css @@ -1,8 +1,8 @@ @font-face { font-family: "iconfont"; /* Project id 4870215 */ - src: url('iconfont.woff2?t=1745654620708') format('woff2'), - url('iconfont.woff?t=1745654620708') format('woff'), - url('iconfont.ttf?t=1745654620708') format('truetype'); + src: url('iconfont.woff2?t=1745735110196') format('woff2'), + url('iconfont.woff?t=1745735110196') format('woff'), + url('iconfont.ttf?t=1745735110196') format('truetype'); } .iconfont { @@ -13,6 +13,14 @@ -moz-osx-font-smoothing: grayscale; } +.icon-error:before { + content: "\e6c6"; +} + +.icon-warning:before { + content: "\e681"; +} + .icon-copy:before { content: "\e77c"; } diff --git a/renderer/public/iconfont.woff2 b/renderer/public/iconfont.woff2 index 6a0068a..d9738d6 100644 Binary files a/renderer/public/iconfont.woff2 and b/renderer/public/iconfont.woff2 differ diff --git a/renderer/public/index.html b/renderer/public/index.html index 38e5d7c..e014924 100644 --- a/renderer/public/index.html +++ b/renderer/public/index.html @@ -5,6 +5,7 @@ + diff --git a/renderer/src/App.vue b/renderer/src/App.vue index c8597c9..d6af53d 100644 --- a/renderer/src/App.vue +++ b/renderer/src/App.vue @@ -29,9 +29,9 @@ bridge.addCommandListener('hello', data => { function initDebug() { - // connectionArgs.commandString = 'node /Users/bytedance/projects/mcp/servers/src/puppeteer/dist/index.js'; + connectionArgs.commandString = 'node /Users/bytedance/projects/mcp/servers/src/puppeteer/dist/index.js'; // connectionArgs.commandString = 'node C:/Users/K/code/servers/src/puppeteer/dist/index.js'; - connectionArgs.commandString = 'uv run mcp run bing-picture.py'; + // connectionArgs.commandString = 'uv run mcp run bing-picture.py'; connectionArgs.cwd = '../servers'; connectionMethods.current = 'STDIO'; @@ -104,7 +104,7 @@ onMounted(() => { } .message-text img { - max-width: 98%; + max-width: 300px; } diff --git a/renderer/src/components/main-panel/chat/index.vue b/renderer/src/components/main-panel/chat/index.vue index 81e6fc1..cef30a0 100644 --- a/renderer/src/components/main-panel/chat/index.vue +++ b/renderer/src/components/main-panel/chat/index.vue @@ -331,7 +331,7 @@ onUnmounted(() => { .message-avatar { margin-right: 12px; - margin-top: 7px; + margin-top: 1px; } .message-content { diff --git a/renderer/src/components/main-panel/chat/message/toolcall.vue b/renderer/src/components/main-panel/chat/message/toolcall.vue index 81806ac..8be6b99 100644 --- a/renderer/src/components/main-panel/chat/message/toolcall.vue +++ b/renderer/src/components/main-panel/chat/message/toolcall.vue @@ -6,7 +6,7 @@ -