File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func RunWindowsServer() {
38
38
39
39
fmt .Printf (`
40
40
欢迎使用 gin-vue-admin
41
- 当前版本:v2.7.2
41
+ 当前版本:v2.7.3
42
42
加群方式:微信号:shouzi_1994 QQ群:470239250
43
43
项目地址:https://github.com/flipped-aurora/gin-vue-admin
44
44
插件市场:https://plugin.gin-vue-admin.com
Original file line number Diff line number Diff line change @@ -8087,7 +8087,7 @@ const docTemplate = `{
8087
8087
8088
8088
// SwaggerInfo holds exported Swagger Info so clients can modify it
8089
8089
var SwaggerInfo = & swag.Spec {
8090
- Version : "v2.7.2 " ,
8090
+ Version : "v2.7.3 " ,
8091
8091
Host : "" ,
8092
8092
BasePath : "" ,
8093
8093
Schemes : []string {},
Original file line number Diff line number Diff line change 4
4
"description" : " 使用gin+vue进行极速开发的全栈开发基础平台" ,
5
5
"title" : " Gin-Vue-Admin Swagger API接口文档" ,
6
6
"contact" : {},
7
- "version" : " v2.7.2 "
7
+ "version" : " v2.7.3 "
8
8
},
9
9
"paths" : {
10
10
"/api/createApi" : {
Original file line number Diff line number Diff line change @@ -1634,7 +1634,7 @@ info:
1634
1634
contact : {}
1635
1635
description : 使用gin+vue进行极速开发的全栈开发基础平台
1636
1636
title : Gin-Vue-Admin Swagger API接口文档
1637
- version : v2.7.2
1637
+ version : v2.7.3
1638
1638
paths :
1639
1639
/api/createApi :
1640
1640
post :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
//go:generate go mod download
16
16
17
17
// @title Gin-Vue-Admin Swagger API接口文档
18
- // @version v2.7.2
18
+ // @version v2.7.3
19
19
// @description 使用gin+vue进行极速开发的全栈开发基础平台
20
20
// @securityDefinitions.apikey ApiKeyAuth
21
21
// @in header
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gin-vue-admin" ,
3
- "version" : " 2.7.2 " ,
3
+ "version" : " 2.7.3 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"serve" : " node openDocument.js && vite --host --mode development" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const viteLogo = (env) => {
20
20
)
21
21
console . log (
22
22
chalk . green (
23
- `> 当前版本:v2.7.2 `
23
+ `> 当前版本:v2.7.3 `
24
24
)
25
25
)
26
26
console . log (
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.7.2
13
+ 当前版本:v2.7.3
14
14
加群方式:微信:shouzi_1994 QQ群:622360840
15
15
项目地址:https://github.com/flipped-aurora/gin-vue-admin
16
16
插件市场:https://plugin.gin-vue-admin.com
You can’t perform that action at this time.
0 commit comments