diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..f11a735
Binary files /dev/null and b/.DS_Store differ
diff --git a/icons/dark/protocol.svg b/icons/dark/protocol.svg
new file mode 100644
index 0000000..3fb4467
--- /dev/null
+++ b/icons/dark/protocol.svg
@@ -0,0 +1,15 @@
+
\ No newline at end of file
diff --git a/icons/light/protocol.svg b/icons/light/protocol.svg
new file mode 100644
index 0000000..59aed0a
--- /dev/null
+++ b/icons/light/protocol.svg
@@ -0,0 +1,15 @@
+
\ No newline at end of file
diff --git a/icons/protocol.svg b/icons/protocol.svg
index 3b29839..2d7c653 100644
--- a/icons/protocol.svg
+++ b/icons/protocol.svg
@@ -1,22 +1 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/package.json b/package.json
index 7ef1dd0..86eeac2 100644
--- a/package.json
+++ b/package.json
@@ -28,8 +28,8 @@
"title": "展示 OpenMCP",
"category": "openmcp",
"icon": {
- "light": "./icons/protocol.svg",
- "dark": "./icons/protocol.svg"
+ "light": "./icons/light/protocol.svg",
+ "dark": "./icons/dark/protocol.svg"
}
}
],
diff --git a/renderer/public/iconfont.css b/renderer/public/iconfont.css
index 99e732e..fb1e571 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=1745222758998') format('woff2'),
- url('iconfont.woff?t=1745222758998') format('woff'),
- url('iconfont.ttf?t=1745222758998') format('truetype');
+ src: url('iconfont.woff2?t=1745241183941') format('woff2'),
+ url('iconfont.woff?t=1745241183941') format('woff'),
+ url('iconfont.ttf?t=1745241183941') format('truetype');
}
.iconfont {
@@ -13,6 +13,14 @@
-moz-osx-font-smoothing: grayscale;
}
+.icon-prompt:before {
+ content: "\eb50";
+}
+
+.icon-empty:before {
+ content: "\e698";
+}
+
.icon-test:before {
content: "\e8ad";
}
diff --git a/renderer/public/iconfont.woff2 b/renderer/public/iconfont.woff2
index e574c55..f1f89d7 100644
Binary files a/renderer/public/iconfont.woff2 and b/renderer/public/iconfont.woff2 differ
diff --git a/renderer/src/components/main-panel/chat/index.vue b/renderer/src/components/main-panel/chat/index.vue
index cf35d64..e58b981 100644
--- a/renderer/src/components/main-panel/chat/index.vue
+++ b/renderer/src/components/main-panel/chat/index.vue
@@ -75,8 +75,10 @@