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() {
3838
3939 fmt .Printf (`
4040 欢迎使用 gin-vue-admin
41- 当前版本:v2.6.5
41+ 当前版本:v2.6.7
4242 加群方式:微信号:shouzi_1994 QQ群:470239250
4343 项目地址:https://github.com/flipped-aurora/gin-vue-admin
4444 插件市场:https://plugin.gin-vue-admin.com
Original file line number Diff line number Diff line change @@ -7617,7 +7617,7 @@ const docTemplate = `{
76177617
76187618// SwaggerInfo holds exported Swagger Info so clients can modify it
76197619var SwaggerInfo = & swag.Spec {
7620- Version : "v2.6.5 " ,
7620+ Version : "v2.6.7 " ,
76217621 Host : "" ,
76227622 BasePath : "" ,
76237623 Schemes : []string {},
Original file line number Diff line number Diff line change 44 "description" : " 使用gin+vue进行极速开发的全栈开发基础平台" ,
55 "title" : " Gin-Vue-Admin Swagger API接口文档" ,
66 "contact" : {},
7- "version" : " v2.6.5 "
7+ "version" : " v2.6.7 "
88 },
99 "paths" : {
1010 "/api/createApi" : {
Original file line number Diff line number Diff line change @@ -1745,7 +1745,7 @@ info:
17451745 contact : {}
17461746 description : 使用gin+vue进行极速开发的全栈开发基础平台
17471747 title : Gin-Vue-Admin Swagger API接口文档
1748- version : v2.6.5
1748+ version : v2.6.7
17491749paths :
17501750 /api/createApi :
17511751 post :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515//go:generate go mod download
1616
1717// @title Gin-Vue-Admin Swagger API接口文档
18- // @version v2.6.5
18+ // @version v2.6.7
1919// @description 使用gin+vue进行极速开发的全栈开发基础平台
2020// @securityDefinitions.apikey ApiKeyAuth
2121// @in header
Original file line number Diff line number Diff line change 11{
22 "name" : " gin-vue-admin" ,
3- "version" : " 2.6.5 " ,
3+ "version" : " 2.6.7 " ,
44 "private" : true ,
55 "scripts" : {
66 "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) => {
2020 )
2121 console . log (
2222 chalk . green (
23- `> 当前版本:v2.6.5 `
23+ `> 当前版本:v2.6.7 `
2424 )
2525 )
2626 console . log (
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default {
1010 register ( app )
1111 console . log ( `
1212 欢迎使用 Gin-Vue-Admin
13- 当前版本:v2.6.5
13+ 当前版本:v2.6.7
1414 加群方式:微信:shouzi_1994 QQ群:622360840
1515 项目地址:https://github.com/flipped-aurora/gin-vue-admin
1616 插件市场:https://plugin.gin-vue-admin.com
You can’t perform that action at this time.
0 commit comments