File tree Expand file tree Collapse file tree 4 files changed +52
-52
lines changed Expand file tree Collapse file tree 4 files changed +52
-52
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ func RunWindowsServer() {
37
37
38
38
fmt .Printf (`
39
39
欢迎使用 gin-vue-admin
40
- 当前版本:v2.5.4b
40
+ 当前版本:v2.5.5
41
41
加群方式:微信号:shouzi_1994 QQ群:622360840
42
42
插件市场:https://plugin.gin-vue-admin.com
43
43
GVA讨论社区:https://support.qq.com/products/371961
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gin-vue-admin" ,
3
- "version" : " 2.5.4 " ,
3
+ "version" : " 2.5.5 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"serve" : " node openDocument.js && vite --host --mode development" ,
49
49
"vite-plugin-banner" : " ^0.1.3" ,
50
50
"vite-plugin-importer" : " ^0.2.5"
51
51
}
52
- }
52
+ }
Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
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
9
9
}
10
10
11
11
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
+ }
56
56
}
57
57
58
- export default config
58
+ export default config
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default {
10
10
register ( app )
11
11
console . log ( `
12
12
欢迎使用 Gin-Vue-Admin
13
- 当前版本:v2.5.4b
13
+ 当前版本:v2.5.5
14
14
加群方式:微信:shouzi_1994 QQ群:622360840
15
15
GVA讨论社区:https://support.qq.com/products/371961
16
16
插件市场:https://plugin.gin-vue-admin.com
You can’t perform that action at this time.
0 commit comments