From d2194a55c832469d5f47dc852c67d9baf3980a33 Mon Sep 17 00:00:00 2001
From: wgx <31655391@qq.com>
Date: Wed, 29 Jul 2026 15:39:28 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95=E3=80=81?=
=?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9B=BE=E7=89=87=E5=8A=A0=E8=BD=BD=E5=A4=B1?=
=?UTF-8?q?=E8=B4=A5=E7=AD=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitignore | 25 +-
components/my-icon/my-icon.vue | 460 +++++++++++++++++++++++++++++++++
2 files changed, 483 insertions(+), 2 deletions(-)
create mode 100644 components/my-icon/my-icon.vue
diff --git a/.gitignore b/.gitignore
index d6212fc..403adbc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,23 @@
-/unpackage/
-/.idea/
+.DS_Store
+node_modules
+/dist
+
+
+# local env files
+.env.local
+.env.*.local
+
+# Log files
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
diff --git a/components/my-icon/my-icon.vue b/components/my-icon/my-icon.vue
new file mode 100644
index 0000000..317de3f
--- /dev/null
+++ b/components/my-icon/my-icon.vue
@@ -0,0 +1,460 @@
+
+
+
+
+
+
+