Skip to content

Commit

Permalink
发布v2.7.8Beta1 (#1957)
Browse files Browse the repository at this point in the history
* beta:2.7.8-a 增加自动化创建树形结构 (#1941)

* feat: 支持创建树形结构

---------

Co-authored-by: piexlMax(奇淼 <[email protected]>

* 优化user store部分写法

* Update user.js

* feat: 升级版本号

* Dev 278 beta2 (#1954)

* 在关闭详情弹窗后 detailFrom为空对象,arr为undefined 使用slice控制台会报错

* 查询不重置pageSize

* 优化主题模式相关内容

* 优化弹窗手机端显示

* bugfix:PostgreSQL initdb (#1953)

* bugfix:postgresql增加显示指定template

---------

Co-authored-by: PiexlMax(奇淼 <[email protected]>

---------

Co-authored-by: zayn <[email protected]>
Co-authored-by: Azir <[email protected]>
Co-authored-by: Qing Liang <[email protected]>

* docs:调整部分代码注释以及代码格式

* feat: 自动化代码字典支持多选

* fix:调整值接收器和指针接收器

* feat: 支持导出表格复制,优化增加方法页面。

* chore:初始化代码规范化。

---------

Co-authored-by: piexlMax(奇淼 <[email protected]>
Co-authored-by: Azir <[email protected]>
Co-authored-by: zayn <[email protected]>
Co-authored-by: Qing Liang <[email protected]>
Co-authored-by: cjb <[email protected]>
  • Loading branch information
6 people authored Dec 8, 2024
1 parent 80c54ad commit 283143e
Show file tree
Hide file tree
Showing 69 changed files with 3,701 additions and 572 deletions.
4 changes: 2 additions & 2 deletions server/api/v1/system/auto_code_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (a *AutoCodePluginApi) Packaged(c *gin.Context) {
response.OkWithMessage(fmt.Sprintf("打包成功,文件路径为:%s", zipPath), c)
}

// Packaged
// InitMenu
// @Tags AutoCodePlugin
// @Summary 打包插件
// @Security ApiKeyAuth
Expand All @@ -94,7 +94,7 @@ func (a *AutoCodePluginApi) InitMenu(c *gin.Context) {
response.OkWithMessage("文件变更成功", c)
}

// Packaged
// InitAPI
// @Tags AutoCodePlugin
// @Summary 打包插件
// @Security ApiKeyAuth
Expand Down
2 changes: 1 addition & 1 deletion server/api/v1/system/auto_code_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (a *AutoCodeTemplateApi) Create(c *gin.Context) {
}
}

// Create
// AddFunc
// @Tags AddFunc
// @Summary 增加方法
// @Security ApiKeyAuth
Expand Down
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.7
当前版本:v2.7.8-beta1
加群方式:微信号:shouzi_1994 QQ群:470239250
项目地址:https://github.com/flipped-aurora/gin-vue-admin
插件市场:https://plugin.gin-vue-admin.com
Expand Down
Loading

0 comments on commit 283143e

Please sign in to comment.