diff --git a/README.md b/README.md
index f2ffa3a86..81493f8f9 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
基于 vue-cli5.x / vite2.x + vue3.x + antd-design-vue3.x + typescript4.x 的后台管理系统模板
- 账号:rootadmin,密码:123456
-- [在线预览](http://buqiyuan.gitee.io/vue3-antd-admin/)
+- 在线预览( [gitee](http://buqiyuan.gitee.io/vue3-antd-admin/) / [vercel](https://vue3-antd-admin.vercel.app/) )
- [swagger 文档](https://nest-api.buqiyuan.site/swagger-api/static/index.html)
- [后台地址](https://github.com/buqiyuan/nest-admin)
- [react 版 coding](https://github.com/buqiyuan/react-antd-admin)
diff --git a/package.json b/package.json
index c4729b607..7b3d64c6b 100644
--- a/package.json
+++ b/package.json
@@ -30,8 +30,8 @@
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
- "@vueuse/core": "^8.2.4",
- "ant-design-vue": "3.1.0-rc.6",
+ "@vueuse/core": "^8.2.5",
+ "ant-design-vue": "3.1.1",
"axios": "^0.26.1",
"core-js": "^3.21.1",
"dayjs": "^1.11.0",
@@ -69,15 +69,16 @@
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
- "eslint-plugin-import": "2.25.4",
+ "eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-vue": "^8.5.0",
+ "eslint-plugin-vue": "^8.6.0",
"husky": "^7.0.4",
"less": "^4.1.2",
"less-loader": "10.2.0",
"lint-staged": "^12.3.7",
"path-browserify": "^1.0.1",
"postcss-html": "^1.3.0",
+ "postcss-less": "^6.0.0",
"prettier": "^2.6.2",
"regenerator-runtime": "^0.13.9",
"speed-measure-webpack-plugin": "^1.5.0",
@@ -85,6 +86,7 @@
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^7.0.0",
+ "stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"svg-sprite-loader": "^6.0.11",
diff --git a/src/assets/icons/dark.svg b/src/assets/icons/dark.svg
new file mode 100644
index 000000000..f646bd7ea
--- /dev/null
+++ b/src/assets/icons/dark.svg
@@ -0,0 +1,39 @@
+
+
\ No newline at end of file
diff --git a/src/assets/icons/light.svg b/src/assets/icons/light.svg
new file mode 100644
index 000000000..ab7cc088f
--- /dev/null
+++ b/src/assets/icons/light.svg
@@ -0,0 +1,39 @@
+
+
\ No newline at end of file
diff --git a/src/assets/icons/realDark.svg b/src/assets/icons/realDark.svg
new file mode 100644
index 000000000..e0b83c870
--- /dev/null
+++ b/src/assets/icons/realDark.svg
@@ -0,0 +1,39 @@
+
+
\ No newline at end of file
diff --git a/src/assets/icons/sidemenu.svg b/src/assets/icons/sidemenu.svg
new file mode 100644
index 000000000..f646bd7ea
--- /dev/null
+++ b/src/assets/icons/sidemenu.svg
@@ -0,0 +1,39 @@
+
+
\ No newline at end of file
diff --git a/src/assets/icons/topmenu.svg b/src/assets/icons/topmenu.svg
new file mode 100644
index 000000000..c107d5252
--- /dev/null
+++ b/src/assets/icons/topmenu.svg
@@ -0,0 +1,39 @@
+
+
\ No newline at end of file
diff --git a/src/components/basic/split-panel/index.vue b/src/components/basic/split-panel/index.vue
index 4b8c69790..0d34adc7f 100644
--- a/src/components/basic/split-panel/index.vue
+++ b/src/components/basic/split-panel/index.vue
@@ -47,11 +47,15 @@
diff --git a/src/layout/header/index.vue b/src/layout/header/index.vue
index f70d95e04..e35c104f9 100644
--- a/src/layout/header/index.vue
+++ b/src/layout/header/index.vue
@@ -1,29 +1,33 @@
-
-
+
+
+
@@ -31,7 +35,6 @@
-
{{ userInfo.name }}
@@ -52,23 +55,21 @@
-
+
diff --git a/src/layout/menu/menu.vue b/src/layout/menu/menu.vue
index 7903c7f67..2514bba95 100644
--- a/src/layout/menu/menu.vue
+++ b/src/layout/menu/menu.vue
@@ -1,10 +1,10 @@
-