File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 3232
3333[ 交流社区] ( https://support.qq.com/products/371961 )
3434
35+ [ 插件市场] ( https://plugin.gin-vue-admin.com/ )
36+
3537# 重要提示
3638
37391.本项目从起步到开发到部署均有文档和详细视频教程
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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`
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments