发布2.5.1b 新增插件市场快捷入口

This commit is contained in:
piexlmax
2022-05-24 21:33:58 +08:00
parent 670df8c0cb
commit 076e1092f0
4 changed files with 13 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ export const viteLogo = (env) => {
)
console.log(
chalk.green(
`> 当前版本:v2.5.1`
`> 当前版本:v2.5.1b`
)
)
console.log(
@@ -31,6 +31,11 @@ export const viteLogo = (env) => {
`> GVA讨论社区https://support.qq.com/products/371961`
)
)
console.log(
chalk.green(
`插件市场:https://plugin.gin-vue-admin.com`
)
)
console.log(
chalk.green(
`> 默认自动化文档地址:http://127.0.0.1:${env.VITE_SERVER_PORT}/swagger/index.html`