Browse Source

🚀 feat: vue-admin-better

good luck 3 years ago
parent
commit
466afdb337

+ 3 - 3
README.en.md

@@ -1,7 +1,7 @@
 [简体中文](./README.md) | English
 
 <div align="center"><img width="200" src="https://gitee.com/chu1204505056/image/raw/master/logo/vab.svg"/>
-<h1> vue-admin-beautiful-pro(element-ui) </h1>
+<h1> vue-admin-better(element-ui) </h1>
 <p>The flying snow all over the sky is a flying note, playing out expectations with blessings. May the epidemic dissipate as soon as possible, may you no longer have regrets next year, may you be warm in winter, may you not be cold in spring, and may you have lights in the dark and an umbrella in the rain.
 </p>
 </div>
@@ -54,7 +54,7 @@
 - [Admin Pro](https://gitee.com/chu1204505056/microsoft-store/raw/master/AdminPlus.zip)
 - [Admin Plus](https://gitee.com/chu1204505056/microsoft-store/raw/master/AdminPlus.zip)
 
-## 🌱 Vue3.x vue3.0-antdv [Click switch branch](https://github.com/chuzhixin/vue-admin-beautiful-pro/tree/vue3.0-antdv)
+## 🌱 Vue3.x vue3.0-antdv [Click switch branch](https://github.com/chuzhixin/vue-admin-better/tree/vue3.0-antdv)
 
 ```bash
 git clone -b vue3.0-antdv https://github.com/chuzhixin/vue-admin-beautiful.git
@@ -62,7 +62,7 @@ npm i
 npm run serve
 ```
 
-## 🌱 Vue2.xmain [Click switch branch](https://github.com/chuzhixin/vue-admin-beautiful-pro/tree/master)
+## 🌱 Vue2.xmain [Click switch branch](https://github.com/chuzhixin/vue-admin-better/tree/master)
 
 ```bash
 git clone -b master https://github.com/chuzhixin/vue-admin-beautiful.git

+ 3 - 3
README.md

@@ -1,7 +1,7 @@
 简体中文 | [English](./README.en.md)
 
 <div align="center"><img width="200" src="https://gitee.com/chu1204505056/image/raw/master/logo/vab.svg"/>
-<h1> vue-admin-beautiful-pro(element-ui) </h1>
+<h1> vue-admin-better(element-ui) </h1>
 <!-- <p>漫天的飞雪,是飞舞的音符,用祝福奏出期盼,愿疫情早日消散,愿明年的你不再有遗憾,愿你三冬暖,愿你春不寒,愿你天黑有灯,下雨有伞。
 </p> -->
 <p>冬已至,春不远!众志成城,攻坚克难!愿长安,长长安!西安加油!</p>
@@ -76,7 +76,7 @@
 </tr>
 </table>
 
-## 🌱 vue3.x vue3.0-antdv 分支(ant-design-vue)[点击切换分支](https://github.com/chuzhixin/vue-admin-beautiful-pro/tree/vue3.0-antdv)
+## 🌱 vue3.x vue3.0-antdv 分支(ant-design-vue)[点击切换分支](https://github.com/chuzhixin/vue-admin-better/tree/vue3.0-antdv)
 
 ```bash
 # 克隆项目
@@ -87,7 +87,7 @@ npm i
 npm run serve
 ```
 
-## 🌱vue2.x master 分支(element-ui)[点击切换分支](https://github.com/chuzhixin/vue-admin-beautiful-pro/tree/master)
+## 🌱vue2.x master 分支(element-ui)[点击切换分支](https://github.com/chuzhixin/vue-admin-better/tree/master)
 
 ```bash
 # 克隆项目

+ 1 - 1
mock/controller/changeLog.js

@@ -229,7 +229,7 @@ const data = [
   },
   {
     content:
-      '开源版品牌名升级为vue-admin-beautiful-pro,付费版vue2.x品牌升级为Admin Pro,付费版vue3.x品牌名升级为Admin Plus',
+      '开源版品牌名升级为vue-admin-better,付费版vue2.x品牌升级为Admin Pro,付费版vue3.x品牌名升级为Admin Plus',
     timestamp: '最近更新',
   },
 ]

+ 1 - 1
src/config/setting.config.js

@@ -13,7 +13,7 @@ const setting = {
   // 进行编译的依赖
   transpileDependencies: [],
   //标题 (包括初次加载雪花屏的标题 页面的标题 浏览器的标题)
-  title: 'vue-admin-beautiful-pro',
+  title: 'vue-admin-better',
   //简写
   abbreviation: 'vab',
   //开发环境端口号

+ 1 - 1
src/layouts/components/VabAppMain/index.vue

@@ -9,7 +9,7 @@
     <footer v-show="footerCopyright" class="footer-copyright">
       Copyright
       <vab-icon :icon="['fas', 'copyright']"></vab-icon>
-      vue-admin-beautiful-pro 开源免费版 {{ fullYear }}
+      vue-admin-better 开源免费版 {{ fullYear }}
     </footer>
   </div>
 </template>