feat: 发布2.7.9版本
This commit is contained in:
parent
f2ea36ac0d
commit
06f166b70a
|
@ -39,7 +39,7 @@ func RunWindowsServer() {
|
|||
|
||||
fmt.Printf(`
|
||||
欢迎使用 gin-vue-admin
|
||||
当前版本:v2.7.9-beta
|
||||
当前版本:v2.7.9
|
||||
加群方式:微信号:shouzi_1994 QQ群:470239250
|
||||
项目地址:https://github.com/flipped-aurora/gin-vue-admin
|
||||
插件市场:https://plugin.gin-vue-admin.com
|
||||
|
|
|
@ -9296,7 +9296,7 @@ const docTemplate = `{
|
|||
|
||||
// SwaggerInfo holds exported Swagger Info so clients can modify it
|
||||
var SwaggerInfo = &swag.Spec{
|
||||
Version: "v2.7.9-beta",
|
||||
Version: "v2.7.9",
|
||||
Host: "",
|
||||
BasePath: "",
|
||||
Schemes: []string{},
|
||||
|
|
|
@ -21,7 +21,7 @@ import (
|
|||
// @Tag.Description 用户
|
||||
|
||||
// @title Gin-Vue-Admin Swagger API接口文档
|
||||
// @version v2.7.9-beta
|
||||
// @version v2.7.9
|
||||
// @description 使用gin+vue进行极速开发的全栈开发基础平台
|
||||
// @securityDefinitions.apikey ApiKeyAuth
|
||||
// @in header
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gin-vue-admin",
|
||||
"version": "2.7.9-beta",
|
||||
"version": "2.7.9",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "node openDocument.js && vite --host --mode development",
|
||||
|
|
|
@ -17,7 +17,7 @@ export const viteLogo = (env) => {
|
|||
`> 欢迎使用Gin-Vue-Admin,开源地址:https://github.com/flipped-aurora/gin-vue-admin`
|
||||
)
|
||||
)
|
||||
console.log(greenText(`> 当前版本:v2.7.9-beta`))
|
||||
console.log(greenText(`> 当前版本:v2.7.9`))
|
||||
console.log(greenText(`> 加群方式:微信:shouzi_1994 QQ群:470239250`))
|
||||
console.log(
|
||||
greenText(`> 项目地址:https://github.com/flipped-aurora/gin-vue-admin`)
|
||||
|
|
|
@ -10,7 +10,7 @@ export default {
|
|||
register(app)
|
||||
console.log(`
|
||||
欢迎使用 Gin-Vue-Admin
|
||||
当前版本:v2.7.9-beta
|
||||
当前版本:v2.7.9
|
||||
加群方式:微信:shouzi_1994 QQ群:622360840
|
||||
项目地址:https://github.com/flipped-aurora/gin-vue-admin
|
||||
插件市场:https://plugin.gin-vue-admin.com
|
||||
|
|
Loading…
Reference in New Issue