diff --git a/package.json b/package.json
index bd910359..8c18e62e 100644
--- a/package.json
+++ b/package.json
@@ -71,6 +71,7 @@
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/js": "^9.19.0",
+ "@iconify/utils": "^2.3.0",
"@types/codemirror": "^5.60.15",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.1",
@@ -110,7 +111,6 @@
"unplugin-vue-components": "^28.0.0",
"vite": "^6.1.0",
"vite-plugin-mock-dev-server": "^1.8.3",
- "vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.2.0"
},
diff --git a/src/components/CURD/PageContent.vue b/src/components/CURD/PageContent.vue
index e8a408f7..188eb578 100644
--- a/src/components/CURD/PageContent.vue
+++ b/src/components/CURD/PageContent.vue
@@ -240,7 +240,7 @@
-
+
diff --git a/src/components/Fullscreen/index.vue b/src/components/Fullscreen/index.vue
index bd85b4b4..bd888fe3 100644
--- a/src/components/Fullscreen/index.vue
+++ b/src/components/Fullscreen/index.vue
@@ -1,6 +1,6 @@
diff --git a/src/components/Hamburger/index.vue b/src/components/Hamburger/index.vue
index 1c0642a4..6bc47abc 100644
--- a/src/components/Hamburger/index.vue
+++ b/src/components/Hamburger/index.vue
@@ -4,7 +4,7 @@
class="px-[15px] flex items-center justify-center color-[var(--el-text-color-regular)]"
@click="toggleClick"
>
-
+
diff --git a/src/components/IconSelect/index.vue b/src/components/IconSelect/index.vue
index 006158a1..b96e93e4 100644
--- a/src/components/IconSelect/index.vue
+++ b/src/components/IconSelect/index.vue
@@ -11,7 +11,7 @@
-
+
@@ -52,7 +52,7 @@
@click="selectIcon(icon)"
>
-
+
diff --git a/src/components/LangSelect/index.vue b/src/components/LangSelect/index.vue
index 2f35582e..2dbf7381 100644
--- a/src/components/LangSelect/index.vue
+++ b/src/components/LangSelect/index.vue
@@ -1,7 +1,7 @@
diff --git a/src/components/MenuSearch/index.vue b/src/components/MenuSearch/index.vue
index 7c2787a1..f78e0e63 100644
--- a/src/components/MenuSearch/index.vue
+++ b/src/components/MenuSearch/index.vue
@@ -1,6 +1,6 @@
-
+
-
-
+
+
{{ item.title }}
@@ -48,14 +48,15 @@
diff --git a/src/components/SizeSelect/index.vue b/src/components/SizeSelect/index.vue
index 6ab38f7c..4cb97b28 100644
--- a/src/components/SizeSelect/index.vue
+++ b/src/components/SizeSelect/index.vue
@@ -3,7 +3,7 @@
diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue
deleted file mode 100644
index 0fdd7357..00000000
--- a/src/components/SvgIcon/index.vue
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
diff --git a/src/layout/components/NavBar/components/NavbarRight.vue b/src/layout/components/NavBar/components/NavbarRight.vue
index c4ad28ac..9ff86ea0 100644
--- a/src/layout/components/NavBar/components/NavbarRight.vue
+++ b/src/layout/components/NavBar/components/NavbarRight.vue
@@ -23,7 +23,7 @@
diff --git a/src/layout/components/Sidebar/components/SidebarMenuItemTitle.vue b/src/layout/components/Sidebar/components/SidebarMenuItemTitle.vue
index 06bfef1a..d284c021 100644
--- a/src/layout/components/Sidebar/components/SidebarMenuItemTitle.vue
+++ b/src/layout/components/Sidebar/components/SidebarMenuItemTitle.vue
@@ -1,10 +1,13 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
{{ translateRouteTitle(title) }}
@@ -12,30 +15,34 @@