Skip to content

Commit 283143e

Browse files
pixelmaxQmpiexlMax(奇淼Azir-11zayn-codexue-ding-e
authored
发布v2.7.8Beta1 (#1957)
* beta:2.7.8-a 增加自动化创建树形结构 (#1941) * feat: 支持创建树形结构 --------- Co-authored-by: piexlMax(奇淼 <qimiaojiangjizhao@gmail.com> * 优化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(奇淼 <165128580+pixelmaxQm@users.noreply.github.com> --------- Co-authored-by: zayn <972858472@qq.com> Co-authored-by: Azir <2075125282@qq.com> Co-authored-by: Qing Liang <106448173+xue-ding-e@users.noreply.github.com> * docs:调整部分代码注释以及代码格式 * feat: 自动化代码字典支持多选 * fix:调整值接收器和指针接收器 * feat: 支持导出表格复制,优化增加方法页面。 * chore:初始化代码规范化。 --------- Co-authored-by: piexlMax(奇淼 <qimiaojiangjizhao@gmail.com> Co-authored-by: Azir <2075125282@qq.com> Co-authored-by: zayn <972858472@qq.com> Co-authored-by: Qing Liang <106448173+xue-ding-e@users.noreply.github.com> Co-authored-by: cjb <75364055@qq.com>
1 parent 80c54ad commit 283143e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+3701
-572
lines changed

server/api/v1/system/auto_code_plugin.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (a *AutoCodePluginApi) Packaged(c *gin.Context) {
7070
response.OkWithMessage(fmt.Sprintf("打包成功,文件路径为:%s", zipPath), c)
7171
}
7272

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

97-
// Packaged
97+
// InitAPI
9898
// @Tags AutoCodePlugin
9999
// @Summary 打包插件
100100
// @Security ApiKeyAuth

server/api/v1/system/auto_code_template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (a *AutoCodeTemplateApi) Create(c *gin.Context) {
8282
}
8383
}
8484

85-
// Create
85+
// AddFunc
8686
// @Tags AddFunc
8787
// @Summary 增加方法
8888
// @Security ApiKeyAuth

server/core/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func RunWindowsServer() {
3939

4040
fmt.Printf(`
4141
欢迎使用 gin-vue-admin
42-
当前版本:v2.7.7
42+
当前版本:v2.7.8-beta1
4343
加群方式:微信号:shouzi_1994 QQ群:470239250
4444
项目地址:https://github.com/flipped-aurora/gin-vue-admin
4545
插件市场:https://plugin.gin-vue-admin.com

0 commit comments

Comments
 (0)