Skip to content

Commit

Permalink
feat: 提交发布2.7.8版本
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmaxQm committed Jan 1, 2025
1 parent afe6b23 commit 8c47d2b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/core/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func RunWindowsServer() {

fmt.Printf(`
欢迎使用 gin-vue-admin
当前版本:v2.7.8-beta1
当前版本:v2.7.8
加群方式:微信号:shouzi_1994 QQ群:470239250
项目地址:https://github.com/flipped-aurora/gin-vue-admin
插件市场:https://plugin.gin-vue-admin.com
Expand Down
2 changes: 1 addition & 1 deletion server/docs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
// @Tag.Description 用户

// @title Gin-Vue-Admin Swagger API接口文档
// @version v2.7.8-beta1
// @version v2.7.8
// @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.7.8-beta1",
"version": "2.7.8",
"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 @@ -17,7 +17,7 @@ export const viteLogo = (env) => {
`> 欢迎使用Gin-Vue-Admin,开源地址:https://github.com/flipped-aurora/gin-vue-admin`
)
)
console.log(greenText(`> 当前版本:vv2.7.8-beta1`))
console.log(greenText(`> 当前版本:vv2.7.8`))
console.log(greenText(`> 加群方式:微信:shouzi_1994 QQ群:470239250`))
console.log(
greenText(`> 项目地址:https://github.com/flipped-aurora/gin-vue-admin`)
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.7.8-beta1
当前版本:v2.7.8
加群方式:微信:shouzi_1994 QQ群:622360840
项目地址:https://github.com/flipped-aurora/gin-vue-admin
插件市场:https://plugin.gin-vue-admin.com
Expand Down

0 comments on commit 8c47d2b

Please sign in to comment.