From c238078f07ca88cc49ad280f9c51a13a15df9819 Mon Sep 17 00:00:00 2001
From: wang_fan_w <2547096351@qq.com>
Date: Sun, 14 Apr 2024 16:51:11 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A8=E6=80=81=E5=BC=95=E5=85=A5ico?=
=?UTF-8?q?n?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/SvgIcon/index.vue | 124 ++++++++++-----------
src/icons/about.svg | 1 +
src/icons/classify.svg | 1 +
src/icons/github.svg | 1 +
src/layout/components/Menu/icon-common.vue | 21 ++++
src/layout/components/Menu/index.vue | 14 ++-
src/layout/components/Menu/menu-item.vue | 10 +-
src/main.ts | 41 +++----
src/router/route.ts | 29 +++--
src/views/about-project/about-project.vue | 7 ++
10 files changed, 156 insertions(+), 93 deletions(-)
create mode 100644 src/icons/about.svg
create mode 100644 src/icons/classify.svg
create mode 100644 src/icons/github.svg
create mode 100644 src/layout/components/Menu/icon-common.vue
create mode 100644 src/views/about-project/about-project.vue
diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue
index 2d53927..fa458b5 100644
--- a/src/components/SvgIcon/index.vue
+++ b/src/components/SvgIcon/index.vue
@@ -1,62 +1,62 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/src/icons/about.svg b/src/icons/about.svg
new file mode 100644
index 0000000..f1898d8
--- /dev/null
+++ b/src/icons/about.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/classify.svg b/src/icons/classify.svg
new file mode 100644
index 0000000..688fe9f
--- /dev/null
+++ b/src/icons/classify.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/github.svg b/src/icons/github.svg
new file mode 100644
index 0000000..6a17f49
--- /dev/null
+++ b/src/icons/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/layout/components/Menu/icon-common.vue b/src/layout/components/Menu/icon-common.vue
new file mode 100644
index 0000000..e93ce3f
--- /dev/null
+++ b/src/layout/components/Menu/icon-common.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/layout/components/Menu/index.vue b/src/layout/components/Menu/index.vue
index 014ea08..0bee8a3 100644
--- a/src/layout/components/Menu/index.vue
+++ b/src/layout/components/Menu/index.vue
@@ -7,8 +7,8 @@
-
+
diff --git a/src/layout/components/Menu/menu-item.vue b/src/layout/components/Menu/menu-item.vue
index f9055bc..e8a51ac 100644
--- a/src/layout/components/Menu/menu-item.vue
+++ b/src/layout/components/Menu/menu-item.vue
@@ -1,20 +1,24 @@
-
+
+
+
{{ item.meta.title }}
-
+
+
+
{{ item.meta.title }}
+
+