Skip to content

Commit 9d50dcc

Browse files
author
piexlmax
committed
增加交流社区
1 parent 9df1fe5 commit 9d50dcc

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

server/core/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ func RunWindowsServer() {
4040
欢迎使用 github.com/flipped-aurora/gin-vue-admin/server
4141
当前版本:V2.4.6 Beta
4242
加群方式:微信号:shouzi_1994 QQ群:622360840
43+
GVA讨论社区:https://support.qq.com/products/371961
4344
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
4445
默认前端文件运行地址:http://127.0.0.1:8080
4546
如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.github.com/flipped-aurora/gin-vue-admin/server.com/docs/coffee

web/src/core/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ export const viteLogo = (env) => {
2626
`> 加群方式:微信:shouzi_1994 QQ群:622360840`
2727
)
2828
)
29+
console.log(
30+
chalk.green(
31+
`> GVA讨论社区:https://support.qq.com/products/371961`
32+
)
33+
)
2934
console.log(
3035
chalk.green(
3136
`> 默认自动化文档地址:http://127.0.0.1:${env.VITE_SERVER_PORT}/swagger/index.html`

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default {
1212
欢迎使用 Gin-Vue-Admin
1313
当前版本:V2.4.6 Beta
1414
加群方式:微信:shouzi_1994 QQ群:622360840
15+
GVA讨论社区:https://support.qq.com/products/371961
1516
默认自动化文档地址:http://127.0.0.1:${import.meta.env.VITE_SERVER_PORT}/swagger/index.html
1617
默认前端文件运行地址:http://127.0.0.1:${import.meta.env.VITE_CLI_PORT}
1718
如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/coffee

0 commit comments

Comments
 (0)