2.7.1版本提交 (#1844)

* feature:表格模板自动化生成 (#1841)

* feature:  为导出模板增加自动化功能

* feature:  视频按钮修改

* feature: 发布2.7.1Beta版本,视频集中处理。

---------

Co-authored-by: krank <emosick@qq.com>
This commit is contained in:
PiexlMax(奇淼
2024-08-04 16:06:00 +08:00
committed by GitHub
parent a44133d0c9
commit 7121968081
17 changed files with 190 additions and 77 deletions

View File

@@ -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{},

View File

@@ -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": {

View File

@@ -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: