diff --git a/.env.development b/.env.development
index 0c92b76..2ad4d0b 100644
--- a/.env.development
+++ b/.env.development
@@ -3,6 +3,6 @@
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
NODE_ENV='development'
-VITE_APP_TITLE = 'vue3-element-admin'
+VITE_APP_TITLE = 'Metavatar-PC'
VITE_APP_PORT = 3000
VITE_APP_BASE_API = '/dev-api'
diff --git a/.env.production b/.env.production
index fbcbed5..b5d9d81 100644
--- a/.env.production
+++ b/.env.production
@@ -1,5 +1,5 @@
## 生产环境
-VITE_APP_TITLE = 'vue3-element-admin'
+VITE_APP_TITLE = 'Metavatar-PC'
VITE_APP_PORT = 3000
VITE_APP_BASE_API = '/prod-api'
diff --git a/index.html b/index.html
index 74ae187..746a743 100644
--- a/index.html
+++ b/index.html
@@ -5,9 +5,7 @@
-
-
-
vue3-element-admin
+ Metavatar-PC-Admin
diff --git a/package.json b/package.json
index 5cf2992..cba5542 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "vue3-element-admin",
+ "name": "Metavatar-PC",
"private": true,
"version": "2.2.1",
"type": "module",
@@ -98,4 +98,4 @@
"repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
"author": "有来开源组织",
"license": "MIT"
-}
+}
\ No newline at end of file
diff --git a/public/favicon.ico b/public/favicon.ico
index df36fcf..470389e 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/src/lang/package/en.ts b/src/lang/package/en.ts
index 6213eb2..44d40bd 100644
--- a/src/lang/package/en.ts
+++ b/src/lang/package/en.ts
@@ -6,7 +6,7 @@ export default {
},
// 登录页面国际化
login: {
- title: 'vue3-element-admin',
+ title: 'Metavatar-PC',
username: 'Username',
password: 'Password',
login: 'Login',
diff --git a/src/lang/package/zh-cn.ts b/src/lang/package/zh-cn.ts
index 3d235d5..6e7bac7 100644
--- a/src/lang/package/zh-cn.ts
+++ b/src/lang/package/zh-cn.ts
@@ -6,7 +6,7 @@ export default {
},
// 登录页面国际化
login: {
- title: 'vue3-element-admin',
+ title: 'Metavatar-PC',
username: '用户名',
password: '密码',
login: '登 录',
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index 19b8cdb..61fa256 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -1,30 +1,3 @@
-
-
@@ -73,6 +46,33 @@ function routerTo(url: RouteLocationRaw) {
+
+