Commit Graph

3356 Commits

Author SHA1 Message Date
Mohamed Hassan ae4dcf2fb6 + Update translations for params/sysParams.vue module.
+ Update translations for autoCode/index.vue module.
+ Update translations for exportTemplate/exportTemplate.vue module.
2024-12-23 19:04:43 +02:00
Mohamed Hassan cad98da84c + Fixed issue in autoCode/index.vue file that make building fail. 2024-12-23 13:14:17 +02:00
Mohamed Hassan 0f1407ebfe + update code base to v2.7.8-beta1. 2024-12-23 13:08:43 +02:00
Mohamed Hassan a28d6aaaa4 + Merge branch 'i18n' of https://github.com/flipped-aurora/gin-vue-admin into i18n
+ Update translations.
2024-12-23 10:58:16 +02:00
Mohamed Hassan 4b78e526ab + Merge main branch into i18n branch.
+ Update translations for most of frontend modules.
2024-12-22 23:33:18 +02:00
PiexlMax(奇淼 cb23254152
给自动化代码增加视觉功能 (#1970)
* update:增加视觉能力。

* feat: 自动化代码增加视觉识别功能
2024-12-22 00:14:03 +08:00
Feng.YJ 601aa6e245
代码优化及错误返回改进 (#1969)
* Makefile: 使用 '?=' 替代 if-else 的判断

* 移除多余的类型转换

* 移除多余的nil判断

* map 使用简化以及错误处理优化
2024-12-22 00:13:22 +08:00
Feng.YJ 532d282509
修复生成的结构体 tag 字段错误以及其它注释和尾部空格问题 (#1968)
* 修复生成的结构体 tag 字段错误

* 移除字段注释多余尾部空格

* 文件模板注释 `@accept` 保持规范
2024-12-20 16:50:45 +08:00
Feng.YJ 93c0525ea5
生成模板中注释文档 query 修改 (#1967)
* 生成模板中注释文档 query 修改
2024-12-19 17:21:22 +08:00
Feng.YJ 2bf423b42f
修复可能的 context 泄露以及遗漏的错误处理 (#1965)
* 修复结构体 tag 字段的错误使用
2024-12-17 16:59:06 +08:00
Brandon-lz f6c2ce45c1
修复限流不返回报错信息的bug (#1966) 2024-12-17 16:57:28 +08:00
Feng.YJ d24eeefc86
添加 swagger 文档接口排序的 @Tag 设置说明 (#1964)
* fix: 修复欢迎信息中的 tab 缩进格式

* 添加 swagger 文档生成

* 添加 swagger 文档接口排序的 `@Tag` 设置说明
2024-12-16 14:25:38 +08:00
pixelmaxQM 876d4187d9 fixed: 过滤条件添加富文本 2024-12-15 13:34:14 +08:00
pixelmaxQM 2412e7151f fixed: 修复富文本组件 查看详情没有正确展示的bug 2024-12-15 13:31:33 +08:00
Isaacedvr1003 07c21caf8d
fixed:修复表名是大写字母开头时,自动化代码异常问题。 (#1961)
Co-authored-by: zsc <zhangshuncheng@dhcc.com.cn>
2024-12-13 17:51:00 +08:00
青菜白玉汤 69ddb2ddff
fix: 修复自动化代码管理侧边栏自动展开的问题 (#1959) 2024-12-11 17:51:10 +08:00
PiexlMax(奇淼 283143e1bf
发布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>
2024-12-08 21:17:21 +08:00
PiexlMax(奇淼 80c54ad890
Merge pull request #1946 from neo-6/neo-6-patch-1
解决Invalid vnode type when creating vnode的警告问题
2024-12-04 20:29:35 +08:00
天梦 3272f3c8cc 修复长度验证中数字验证 2024-12-02 18:47:28 +08:00
天梦 6bfbfc4762 解决传参时提示错误警告 2024-12-02 18:29:44 +08:00
天梦 8d2735f6e9 解决Invalid vnode type when creating vnode的警告问题 2024-12-02 15:59:25 +08:00
ipanghu d72984be7e
修复 dockerfile 添加缓存层 (#1943) 2024-11-25 15:41:08 +08:00
pixelmaxQM 39212666c5 feat: 修复导出在baseApi配置为/时候的路径拼接错误 2024-11-21 20:00:27 +08:00
PiexlMax(奇淼 c909d32c56
fix: 无法自动化新增字段的bug 2024-11-19 16:31:43 +08:00
zayn 8073e989f5
查询不重置pageSize (#1940)
* 查询不重置pageSize
2024-11-18 18:07:38 +08:00
pixelmaxQM 4671013ea6 fix: 自动化代码回滚后不可复用的bug 2024-11-17 11:59:09 +08:00
task b954457ae4
Update date.js (#1937)
替换被弃用的RegExp.$1、substr
2024-11-16 13:24:19 +08:00
zayn f7889b9709
Update format.js (#1935)
在关闭详情弹窗后 detailFrom为空对象,arr为undefined 使用slice控制台会报错
2024-11-15 10:38:53 +08:00
pixelmaxQM a9894acd51 feat: 允许清除关联关系 2024-11-14 23:16:10 +08:00
Mr·Zhao 51e1c62ee6
web/src/view/superAdmin/menu/icon.vue: 后台菜单管理中选择图标时增加可选自定义图标 (#1933)
Co-authored-by: admin <admin@example.com>
2024-11-12 22:52:30 +08:00
pixelmaxQM fbd0f4b9c6 fix: 自动化代码需检测简称,简称不可以重复。 2024-11-11 22:40:41 +08:00
PiexlMax(奇淼 58204373aa
Update README.md 2024-11-10 23:35:30 +08:00
pixelmaxQM 710257da65 delete: 删除开发模式docker-compose环境 2024-11-10 22:37:18 +08:00
青菜白玉汤 f63803529a
perf(projects): 增强文件校验的兼容性 (#1931) 2024-11-10 17:02:31 +08:00
piexlMax(奇淼 51490a7e2c feat: i18n生成代码模板调整 2024-11-09 14:04:00 +08:00
piexlMax(奇淼 231c50e349 feat: 填充导航栏默认翻译 2024-11-09 13:39:05 +08:00
piexlMax(奇淼 d66502d653 feat: 填充丢失的i18n文件 2024-11-09 13:34:44 +08:00
piexlMax(奇淼 3a551d3b3f feat: 删除全局的18n变量文件 2024-11-09 13:26:46 +08:00
piexlMax(奇淼 4e4bf933ef feat: 使用prettierrc对代码进行格式化 2024-11-09 13:25:07 +08:00
piexlMax(奇淼 be41997e11 Merge branch 'refs/heads/main' into i18n
# Conflicts:
#	web/index.html
#	web/package.json
#	web/src/App.vue
#	web/src/components/arrayCtrl/arrayCtrl.vue
#	web/src/components/bottomInfo/bottomInfo.vue
#	web/src/components/commandMenu/index.vue
#	web/src/components/exportExcel/exportExcel.vue
#	web/src/components/exportExcel/exportTemplate.vue
#	web/src/components/exportExcel/importExcel.vue
#	web/src/components/selectFile/selectFile.vue
#	web/src/components/selectImage/selectComponent.vue
#	web/src/components/selectImage/selectImage.vue
#	web/src/components/upload/common.vue
#	web/src/components/upload/image.vue
#	web/src/main.js
#	web/src/pinia/modules/router.js
#	web/src/pinia/modules/user.js
#	web/src/plugin/announcement/view/info.vue
#	web/src/plugin/email/view/index.vue
#	web/src/utils/format.js
#	web/src/utils/request.js
#	web/src/view/about/index.vue
#	web/src/view/dashboard/components/card.vue
#	web/src/view/dashboard/components/notice.vue
#	web/src/view/dashboard/components/pluginTable.vue
#	web/src/view/dashboard/components/quickLinks.vue
#	web/src/view/dashboard/components/table.vue
#	web/src/view/dashboard/components/wiki.vue
#	web/src/view/dashboard/index.vue
#	web/src/view/error/index.vue
#	web/src/view/example/breakpoint/breakpoint.vue
#	web/src/view/example/customer/customer.vue
#	web/src/view/example/upload/upload.vue
#	web/src/view/init/index.vue
#	web/src/view/layout/header/index.vue
#	web/src/view/layout/header/tools.vue
#	web/src/view/layout/index.vue
#	web/src/view/layout/search/search.vue
#	web/src/view/layout/setting/index.vue
#	web/src/view/layout/tabs/index.vue
#	web/src/view/login/index.vue
#	web/src/view/person/person.vue
#	web/src/view/superAdmin/api/api.vue
#	web/src/view/superAdmin/authority/authority.vue
#	web/src/view/superAdmin/authority/components/apis.vue
#	web/src/view/superAdmin/authority/components/datas.vue
#	web/src/view/superAdmin/authority/components/menus.vue
#	web/src/view/superAdmin/dictionary/sysDictionary.vue
#	web/src/view/superAdmin/dictionary/sysDictionaryDetail.vue
#	web/src/view/superAdmin/menu/components/components-cascader.vue
#	web/src/view/superAdmin/menu/icon.vue
#	web/src/view/superAdmin/menu/menu.vue
#	web/src/view/superAdmin/operation/sysOperationRecord.vue
#	web/src/view/superAdmin/user/user.vue
#	web/src/view/systemTools/autoCode/component/fieldDialog.vue
#	web/src/view/systemTools/autoCode/component/previewCodeDialog.vue
#	web/src/view/systemTools/autoCode/index.vue
#	web/src/view/systemTools/autoCodeAdmin/index.vue
#	web/src/view/systemTools/autoPkg/autoPkg.vue
#	web/src/view/systemTools/exportTemplate/exportTemplate.vue
#	web/src/view/systemTools/formCreate/index.vue
#	web/src/view/systemTools/installPlugin/index.vue
#	web/src/view/systemTools/pubPlug/pubPlug.vue
#	web/src/view/systemTools/system/system.vue
2024-11-09 13:13:02 +08:00
piexlMax(奇淼 d20f2a2a8c feat: 同步2.7.7的增加字段功能模板 2024-11-09 13:09:42 +08:00
piexlMax(奇淼 830b5d08ce Merge branch 'refs/heads/eslint' into i18n
# Conflicts:
#	server/api/v1/system/auto_code_template.go
#	server/core/server.go
#	server/go.sum
#	server/resource/package/server/model/model.go.tpl
#	server/resource/package/web/view/form.vue.tpl
#	server/resource/package/web/view/table.vue.tpl
#	server/resource/plugin/web/form/form.vue.template
#	server/resource/plugin/web/view/view.vue.template
#	server/source/system/api.go
#	server/source/system/menu.go
#	web/package.json
#	web/src/main.js
#	web/src/plugin/announcement/view/info.vue
#	web/src/view/superAdmin/api/api.vue
#	web/src/view/systemTools/autoCode/index.vue
#	web/src/view/systemTools/autoCodeAdmin/index.vue
#	web/src/view/systemTools/autoPkg/autoPkg.vue
#	web/src/view/systemTools/exportTemplate/exportTemplate.vue
2024-11-09 12:46:20 +08:00
piexlMax(奇淼 7d9af64f6d feat: 使用prettierrc对代码进行格式化 2024-11-09 10:32:26 +08:00
piexlMax(奇淼 87a4ce17e1 feat: 根据eslint 对项目进行规范化处理 2024-11-09 10:17:57 +08:00
Raindrop-YL fae6f413a5
fix: 适配 eslint v9 更新, 兼容低版本 node (#1930)
* fix: eslint v9 版本配置文件更新
2024-11-09 09:48:21 +08:00
piexlMax(奇淼 d8e36ab0f8 feat: 新增方法默认窗口关闭 2024-11-09 09:45:56 +08:00
piexlMax(奇淼 35fd5c8d65 feat: 更新dockerfile的node版本 2024-11-08 16:17:52 +08:00
PiexlMax(奇淼 5604424e6f
Merge pull request #1924 from zayn-code/main
表单提交按钮增添loading,防连点
2024-11-08 13:54:23 +08:00
pixelmaxQM c4c5f01ee5 feat: 增加包ace-builds 2024-11-07 21:47:24 +08:00
pixelmaxQM e6d203d567 fix: AI生成代码强制处理首字母大写,提高容错 2024-11-07 20:15:09 +08:00