From 0f76f6d49b66fd8f74befda3ba463816871c6119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=8B=E9=9B=A8=E7=9A=84=E5=B0=8F=E4=B8=B8=E5=AD=90?= Date: Tue, 20 Jun 2023 21:56:30 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20chore:=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 15 ++- README.md | 6 +- layouts/VabErrorLog/index.vue | 6 +- layouts/VabGithubCorner/index.vue | 14 +-- .../VabQueryForm/VabQueryFormBottomPanel.vue | 6 +- .../VabQueryForm/VabQueryFormLeftPanel.vue | 2 +- .../VabQueryForm/VabQueryFormRightPanel.vue | 2 +- layouts/VabSideBar/components/VabMenuItem.vue | 2 +- .../VabSideBar/components/VabSideBarItem.vue | 2 +- layouts/VabSideBar/index.vue | 9 +- layouts/VabTabsBar/index.vue | 4 +- layouts/VabTopBar/index.vue | 16 +-- mock/utils/index.js | 1 + package.json | 2 +- public/index.html | 14 +-- src/components/SelectTree/index.vue | 9 +- src/components/VabCharge/index.vue | 2 +- src/components/VabProfile/index.vue | 4 +- src/components/VabSnow/index.vue | 2 +- src/components/VabUpload/index.vue | 12 +- src/layouts/components/VabAd/index.vue | 7 +- src/layouts/components/VabAppMain/index.vue | 2 + src/layouts/components/VabAvatar/index.vue | 2 +- src/layouts/components/VabLogo/index.vue | 4 +- src/layouts/components/VabNavBar/index.vue | 8 +- src/layouts/components/VabThemeBar/index.vue | 7 +- src/layouts/index.vue | 9 +- src/plugins/support.js | 3 +- src/remixIcon/svg/qq-fill.svg | 6 +- src/remixIcon/svg/vuejs-fill.svg | 5 +- src/styles/element-variables.scss | 38 +++--- src/styles/normalize.scss | 30 ++--- src/styles/spinner/dots.css | 82 +++++-------- src/styles/spinner/gauge.css | 4 +- src/styles/spinner/inner-circles.css | 2 +- src/styles/spinner/plus.css | 4 +- src/styles/vab.scss | 5 + src/utils/request.js | 2 +- src/utils/validate.js | 4 + src/views/401.vue | 4 +- src/views/404.vue | 4 +- src/views/index/components/Plan.vue | 11 +- .../index/components/VersionInformation.vue | 4 +- src/views/index/index.vue | 59 +++++----- src/views/login/index.vue | 12 +- src/views/mall/goodsList/index.vue | 12 +- src/views/mall/pay/components/Step2.vue | 2 +- src/views/mall/pay/components/Step3.vue | 4 +- src/views/mall/pay/index.vue | 9 +- .../menuManagement/index.vue | 46 ++++---- .../roleManagement/index.vue | 18 +-- .../components/UserManagementEdit.vue | 2 +- .../userManagement/index.vue | 28 ++--- src/views/register/index.vue | 33 +++--- src/views/vab/element/index.vue | 108 +++++++++--------- src/views/vab/form/index.vue | 4 +- src/views/vab/icon/colorfulIcon.vue | 8 +- src/views/vab/icon/index.vue | 8 +- src/views/vab/lodash/index.vue | 32 +++--- src/views/vab/map/index.vue | 1 + src/views/vab/more/index.vue | 6 +- src/views/vab/permissions/index.vue | 36 +++--- src/views/vab/smallComponents/index.vue | 10 +- src/views/vab/table/index.vue | 25 ++-- src/views/vab/tree/index.vue | 8 +- src/views/vab/upload/index.vue | 4 +- src/views/vab/webSocket/index.vue | 4 +- 67 files changed, 427 insertions(+), 429 deletions(-) diff --git a/README.en.md b/README.en.md index e56c618..083653f 100644 --- a/README.en.md +++ b/README.en.md @@ -42,7 +42,8 @@ - [🌐 Gitee Warehouse address](https://gitee.com/chu1204505056/vue-admin-better?_from=gitee_search) -- Recently, the VAB official website has been frequently attacked by DDoS. We have taken relevant preventive measures. If the website cannot be accessed, please visit the backup address +- Recently, the VAB official website has been frequently attacked by DDoS. We have taken relevant preventive measures. + If the website cannot be accessed, please visit the backup address ## 🌐 Backup address (support automatic update of HTTPS website) @@ -73,7 +74,11 @@ npm run serve ## 🍻 Front end discussion QQ group -- Let's have a cup of coffee, and then contact QQ 783963206 to invite you to the discussion group. Because of the large number of users, if you haven't passed a friend's request, please contact Alipay on the Alipay payment page, whether you invite or not, you can enjoy the open source code, thank you for your support and trust, and provide the vue-admin-beautifu basic version in the group. Automatic configuration tutorial of development tools and project development documents. +- Let's have a cup of coffee, and then contact QQ 783963206 to invite you to the discussion group. Because of the large + number of users, if you haven't passed a friend's request, please contact Alipay on the Alipay payment page, whether + you invite or not, you can enjoy the open source code, thank you for your support and trust, and provide the + vue-admin-beautifu basic version in the group. Automatic configuration tutorial of development tools and project + development documents. @@ -107,7 +112,7 @@ npm run serve ## 🎨 Acknowledge | Project | -| ---------------------------------------------------------------- | +|------------------------------------------------------------------| | [vue](https://github.com/vuejs/vue) | | [element-ui](https://github.com/ElemeFE/element) | | [element-plus](https://github.com/element-plus/element-plus) | @@ -196,7 +201,9 @@ The following is a screenshot of the pro version: ## 📄 Commercial considerations -This project can be used for commercial purposes free of charge. Please abide by the MIT agreement and keep the author's technical support statement. For customized source code copyright information, please contact customer service QQ 783963206. +This project can be used for commercial purposes free of charge. Please abide by the MIT agreement and keep the author's +technical support statement. For customized source code copyright information, please contact customer service QQ +783963206. - +
{{ username }} diff --git a/src/layouts/components/VabLogo/index.vue b/src/layouts/components/VabLogo/index.vue index e4dd023..ec37b30 100644 --- a/src/layouts/components/VabLogo/index.vue +++ b/src/layouts/components/VabLogo/index.vue @@ -2,11 +2,11 @@
-