diff --git a/renderer/public/iconfont.css b/renderer/public/iconfont.css
index 185d496..38d4f03 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=1745313248329') format('woff2'),
- url('iconfont.woff?t=1745313248329') format('woff'),
- url('iconfont.ttf?t=1745313248329') format('truetype');
+ src: url('iconfont.woff2?t=1745654620708') format('woff2'),
+ url('iconfont.woff?t=1745654620708') format('woff'),
+ url('iconfont.ttf?t=1745654620708') format('truetype');
}
.iconfont {
@@ -13,6 +13,18 @@
-moz-osx-font-smoothing: grayscale;
}
+.icon-copy:before {
+ content: "\e77c";
+}
+
+.icon-restart:before {
+ content: "\e86b";
+}
+
+.icon-edit2:before {
+ content: "\e848";
+}
+
.icon-star:before {
content: "\e80f";
}
diff --git a/renderer/public/iconfont.woff2 b/renderer/public/iconfont.woff2
index 2da98f8..6a0068a 100644
Binary files a/renderer/public/iconfont.woff2 and b/renderer/public/iconfont.woff2 differ
diff --git a/renderer/src/components/k-cute-textarea/index.vue b/renderer/src/components/k-cute-textarea/index.vue
new file mode 100644
index 0000000..583fb4d
--- /dev/null
+++ b/renderer/src/components/k-cute-textarea/index.vue
@@ -0,0 +1,70 @@
+
+