Skip to content

Commit

Permalink
feature:v2.6.3发布
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmaxQm committed Apr 27, 2024
1 parent d23d6c3 commit 6c62d73
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion server/core/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func RunWindowsServer() {

fmt.Printf(`
欢迎使用 gin-vue-admin
当前版本:v2.6.2
当前版本:v2.6.3
加群方式:微信号:shouzi_1994 QQ群:470239250
插件市场:https://plugin.gin-vue-admin.com
GVA讨论社区:https://support.qq.com/products/371961
Expand Down
2 changes: 1 addition & 1 deletion server/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -7001,7 +7001,7 @@ const docTemplate = `{

// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "v2.6.2",
Version: "v2.6.3",
Host: "",
BasePath: "",
Schemes: []string{},
Expand Down
2 changes: 1 addition & 1 deletion server/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "使用gin+vue进行极速开发的全栈开发基础平台",
"title": "Gin-Vue-Admin Swagger API接口文档",
"contact": {},
"version": "v2.6.2"
"version": "v2.6.3"
},
"paths": {
"/api/createApi": {
Expand Down
2 changes: 1 addition & 1 deletion server/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ info:
contact: {}
description: 使用gin+vue进行极速开发的全栈开发基础平台
title: Gin-Vue-Admin Swagger API接口文档
version: v2.6.2
version: v2.6.3
paths:
/api/createApi:
post:
Expand Down
2 changes: 1 addition & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
//go:generate go mod download

// @title Gin-Vue-Admin Swagger API接口文档
// @version v2.6.2
// @version v2.6.3
// @description 使用gin+vue进行极速开发的全栈开发基础平台
// @securityDefinitions.apikey ApiKeyAuth
// @in header
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gin-vue-admin",
"version": "2.6.2",
"version": "2.6.3",
"private": true,
"scripts": {
"serve": "node openDocument.js && vite --host --mode development",
Expand Down
2 changes: 1 addition & 1 deletion web/src/core/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const viteLogo = (env) => {
)
console.log(
chalk.green(
`> 当前版本:v2.6.2`
`> 当前版本:v2.6.3`
)
)
console.log(
Expand Down
2 changes: 1 addition & 1 deletion web/src/core/gin-vue-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
register(app)
console.log(`
欢迎使用 Gin-Vue-Admin
当前版本:v2.6.2
当前版本:v2.6.3
加群方式:微信:shouzi_1994 QQ群:622360840
GVA讨论社区:https://support.qq.com/products/371961
插件市场:https://plugin.gin-vue-admin.com
Expand Down

0 comments on commit 6c62d73

Please sign in to comment.