Skip to content

Commit 8170daf

Browse files
author
奇淼(piexlmax
committed
2.5.4升级为2.5.5
1 parent 64a8fda commit 8170daf

File tree

4 files changed

+52
-52
lines changed

4 files changed

+52
-52
lines changed

server/core/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func RunWindowsServer() {
3737

3838
fmt.Printf(`
3939
欢迎使用 gin-vue-admin
40-
当前版本:v2.5.4b
40+
当前版本:v2.5.5
4141
加群方式:微信号:shouzi_1994 QQ群:622360840
4242
插件市场:https://plugin.gin-vue-admin.com
4343
GVA讨论社区:https://support.qq.com/products/371961

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gin-vue-admin",
3-
"version": "2.5.4",
3+
"version": "2.5.5",
44
"private": true,
55
"scripts": {
66
"serve": "node openDocument.js && vite --host --mode development",
@@ -49,4 +49,4 @@
4949
"vite-plugin-banner": "^0.1.3",
5050
"vite-plugin-importer": "^0.2.5"
5151
}
52-
}
52+
}

web/src/core/config.js

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3,56 +3,56 @@
33
*/
44

55
const config = {
6-
appName: 'Gin-Vue-Admin',
7-
appLogo: 'https://www.gin-vue-admin.com/img/logo.png',
8-
showViteLogo: true
6+
appName: 'Gin-Vue-Admin',
7+
appLogo: 'https://www.gin-vue-admin.com/img/logo.png',
8+
showViteLogo: true
99
}
1010

1111
export const viteLogo = (env) => {
12-
if (config.showViteLogo) {
13-
const chalk = require('chalk')
14-
console.log(
15-
chalk.green(
16-
`> 欢迎使用Gin-Vue-Admin,开源地址:https://github.com/flipped-aurora/gin-vue-admin`
17-
)
18-
)
19-
console.log(
20-
chalk.green(
21-
`> 当前版本:v2.5.4`
22-
)
23-
)
24-
console.log(
25-
chalk.green(
26-
`> 加群方式:微信:shouzi_1994 QQ群:622360840`
27-
)
28-
)
29-
console.log(
30-
chalk.green(
31-
`> GVA讨论社区:https://support.qq.com/products/371961`
32-
)
33-
)
34-
console.log(
35-
chalk.green(
36-
`> 插件市场:https://plugin.gin-vue-admin.com`
37-
)
38-
)
39-
console.log(
40-
chalk.green(
41-
`> 默认自动化文档地址:http://127.0.0.1:${env.VITE_SERVER_PORT}/swagger/index.html`
42-
)
43-
)
44-
console.log(
45-
chalk.green(
46-
`> 默认前端文件运行地址:http://127.0.0.1:${env.VITE_CLI_PORT}`
47-
)
48-
)
49-
console.log(
50-
chalk.green(
51-
`> 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/coffee/index.html`
52-
)
53-
)
54-
console.log('\n')
55-
}
12+
if (config.showViteLogo) {
13+
const chalk = require('chalk')
14+
console.log(
15+
chalk.green(
16+
`> 欢迎使用Gin-Vue-Admin,开源地址:https://github.com/flipped-aurora/gin-vue-admin`
17+
)
18+
)
19+
console.log(
20+
chalk.green(
21+
`> 当前版本:v2.5.5`
22+
)
23+
)
24+
console.log(
25+
chalk.green(
26+
`> 加群方式:微信:shouzi_1994 QQ群:622360840`
27+
)
28+
)
29+
console.log(
30+
chalk.green(
31+
`> GVA讨论社区:https://support.qq.com/products/371961`
32+
)
33+
)
34+
console.log(
35+
chalk.green(
36+
`> 插件市场:https://plugin.gin-vue-admin.com`
37+
)
38+
)
39+
console.log(
40+
chalk.green(
41+
`> 默认自动化文档地址:http://127.0.0.1:${env.VITE_SERVER_PORT}/swagger/index.html`
42+
)
43+
)
44+
console.log(
45+
chalk.green(
46+
`> 默认前端文件运行地址:http://127.0.0.1:${env.VITE_CLI_PORT}`
47+
)
48+
)
49+
console.log(
50+
chalk.green(
51+
`> 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/coffee/index.html`
52+
)
53+
)
54+
console.log('\n')
55+
}
5656
}
5757

58-
export default config
58+
export default config

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
register(app)
1111
console.log(`
1212
欢迎使用 Gin-Vue-Admin
13-
当前版本:v2.5.4b
13+
当前版本:v2.5.5
1414
加群方式:微信:shouzi_1994 QQ群:622360840
1515
GVA讨论社区:https://support.qq.com/products/371961
1616
插件市场:https://plugin.gin-vue-admin.com

0 commit comments

Comments
 (0)