update: 发布2.8.1版本

This commit is contained in:
piexlMax(奇淼
2025-04-18 11:41:57 +08:00
parent 84a3c3ba7c
commit 63feecf4aa
6 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ func RunWindowsServer() {
fmt.Printf(`
欢迎使用 gin-vue-admin
当前版本:v2.8.0
当前版本:v2.8.1
加群方式:微信号shouzi_1994 QQ群470239250
项目地址https://github.com/flipped-aurora/gin-vue-admin
插件市场:https://plugin.gin-vue-admin.com

View File

@@ -9296,7 +9296,7 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "v2.8.0",
Version: "v2.8.1",
Host: "",
BasePath: "",
Schemes: []string{},

View File

@@ -21,7 +21,7 @@ import (
// @Tag.Description 用户
// @title Gin-Vue-Admin Swagger API接口文档
// @version v2.8.0
// @version v2.8.1
// @description 使用gin+vue进行极速开发的全栈开发基础平台
// @securityDefinitions.apikey ApiKeyAuth
// @in header