2.7.1版本提交 (#1844)
* feature:表格模板自动化生成 (#1841) * feature: 为导出模板增加自动化功能 * feature: 视频按钮修改 * feature: 发布2.7.1Beta版本,视频集中处理。 --------- Co-authored-by: krank <emosick@qq.com>
This commit is contained in:
@@ -8087,7 +8087,7 @@ const docTemplate = `{
|
||||
|
||||
// SwaggerInfo holds exported Swagger Info so clients can modify it
|
||||
var SwaggerInfo = &swag.Spec{
|
||||
Version: "v2.7.0",
|
||||
Version: "v2.7.1",
|
||||
Host: "",
|
||||
BasePath: "",
|
||||
Schemes: []string{},
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"description": "使用gin+vue进行极速开发的全栈开发基础平台",
|
||||
"title": "Gin-Vue-Admin Swagger API接口文档",
|
||||
"contact": {},
|
||||
"version": "v2.7.0"
|
||||
"version": "v2.7.1"
|
||||
},
|
||||
"paths": {
|
||||
"/api/createApi": {
|
||||
|
@@ -1634,7 +1634,7 @@ info:
|
||||
contact: {}
|
||||
description: 使用gin+vue进行极速开发的全栈开发基础平台
|
||||
title: Gin-Vue-Admin Swagger API接口文档
|
||||
version: v2.7.0
|
||||
version: v2.7.1
|
||||
paths:
|
||||
/api/createApi:
|
||||
post:
|
||||
|
Reference in New Issue
Block a user