diff --git a/layouts/index.js b/layouts/index.js index 4fc760c..5df3ffe 100644 --- a/layouts/index.js +++ b/layouts/index.js @@ -23,6 +23,10 @@ module.exports = { chalk.green(`> plus版演示地址:http://vue-admin-beautiful.com/admin-plus`) ) + console.log( + chalk.green(`> shop版演示地址:http://vue-admin-beautiful.com/shop-vite`) + ) + console.log( chalk.green( `> 使用中出现任何问题可加QQ群反馈,获取基础版、文档,请我们喝杯咖啡(如若情况不允许,请勿勉强):https://gitee.com/chu1204505056/vue-admin-better#-%E5%89%8D%E7%AB%AF%E8%AE%A8%E8%AE%BA-qq-%E7%BE%A4` diff --git a/package.json b/package.json index e2223fe..d5f2a3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-admin-better", - "version": "2.5.5", + "version": "2.3.0", "author": "vue-admin-better", "participants": [], "homepage": "https://chu1204505056.gitee.io/vue-admin-better",