Skip to content

Commit 076e109

Browse files
author
piexlmax
committed
发布2.5.1b 新增插件市场快捷入口
1 parent 670df8c commit 076e109

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
[交流社区](https://support.qq.com/products/371961)
3434

35+
[插件市场](https://plugin.gin-vue-admin.com/)
36+
3537
# 重要提示
3638

3739
1.本项目从起步到开发到部署均有文档和详细视频教程

server/core/server.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ func RunWindowsServer() {
3636
global.GVA_LOG.Info("server run success on ", zap.String("address", address))
3737

3838
fmt.Printf(`
39-
欢迎使用 github.com/flipped-aurora/gin-vue-admin/server
40-
当前版本:V2.5.1
39+
欢迎使用 gin-vue-admin
40+
当前版本:V2.5.1b
4141
加群方式:微信号:shouzi_1994 QQ群:622360840
42+
插件市场:https://plugin.gin-vue-admin.com
4243
GVA讨论社区:https://support.qq.com/products/371961
4344
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
4445
默认前端文件运行地址:http://127.0.0.1:8080

web/src/core/config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const viteLogo = (env) => {
1818
)
1919
console.log(
2020
chalk.green(
21-
`> 当前版本:v2.5.1`
21+
`> 当前版本:v2.5.1b`
2222
)
2323
)
2424
console.log(
@@ -31,6 +31,11 @@ export const viteLogo = (env) => {
3131
`> GVA讨论社区:https://support.qq.com/products/371961`
3232
)
3333
)
34+
console.log(
35+
chalk.green(
36+
`插件市场:https://plugin.gin-vue-admin.com`
37+
)
38+
)
3439
console.log(
3540
chalk.green(
3641
`> 默认自动化文档地址:http://127.0.0.1:${env.VITE_SERVER_PORT}/swagger/index.html`

web/src/core/gin-vue-admin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ export default {
1010
register(app)
1111
console.log(`
1212
欢迎使用 Gin-Vue-Admin
13-
当前版本:v2.5.1
13+
当前版本:v2.5.1b
1414
加群方式:微信:shouzi_1994 QQ群:622360840
1515
GVA讨论社区:https://support.qq.com/products/371961
16+
插件市场:https://plugin.gin-vue-admin.com
1617
默认自动化文档地址:http://127.0.0.1:${import.meta.env.VITE_SERVER_PORT}/swagger/index.html
1718
默认前端文件运行地址:http://127.0.0.1:${import.meta.env.VITE_CLI_PORT}
1819
如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/coffee

0 commit comments

Comments
 (0)