From 32a4fbd096b60a4237987c3de667559ff686fb55 Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Tue, 25 Mar 2025 23:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/public/protocol.svg | 27 +++++++++++++++++------- app/src/components/sidebar/mcp-title.vue | 1 - app/src/views/about/index.vue | 17 ++++++++++++--- app/src/views/debug/welcome.vue | 3 +-- 4 files changed, 34 insertions(+), 14 deletions(-) diff --git a/app/public/protocol.svg b/app/public/protocol.svg index 4a467e0..885bcdd 100644 --- a/app/public/protocol.svg +++ b/app/public/protocol.svg @@ -1,9 +1,20 @@ - - - - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/components/sidebar/mcp-title.vue b/app/src/components/sidebar/mcp-title.vue index 832f7ae..7033605 100644 --- a/app/src/components/sidebar/mcp-title.vue +++ b/app/src/components/sidebar/mcp-title.vue @@ -15,7 +15,6 @@ defineComponent({ name: 'mcp-title' }); .mcp-title { display: flex; align-items: center; - justify-content: center; } .mcp-title > img { diff --git a/app/src/views/about/index.vue b/app/src/views/about/index.vue index 8fa7c97..f94c5f0 100644 --- a/app/src/views/about/index.vue +++ b/app/src/views/about/index.vue @@ -1,9 +1,12 @@
+
+ + + + + OpenMCP Client 0.0.1 由 @锦恢 开发 -

@锦恢 享有软件本体的所有权

-

软件已开源 LSTM-Kirigaya/openmcp-client

@@ -19,4 +22,12 @@ defineComponent({ name: 'about' }); \ No newline at end of file diff --git a/app/src/views/debug/welcome.vue b/app/src/views/debug/welcome.vue index ab7e9ad..f225449 100644 --- a/app/src/views/debug/welcome.vue +++ b/app/src/views/debug/welcome.vue @@ -59,8 +59,7 @@ const debugOptions = [ .debug-welcome > span { font-size: 30px; - margin-top: 100px; - margin-bottom: 76px; + margin: 50px; }