Commit Graph

  • e036395d18 fix: #1918 在包含delete_at的情况下,数据源自动过滤软删除数据 pixelmaxQM 2024-10-31 20:24:18 +08:00
  • 41ba7ad6a5 fix: #1918 在包含delete_at的情况下,数据源自动过滤软删除数据 pixelmaxQM 2024-10-31 20:10:06 +08:00
  • 3452eafe4f feat: 模板配置将自动同步本地有的模板和插件 pixelmaxQM 2024-10-30 20:41:10 +08:00
  • e515ad3074 feat: UI细节优化 pixelmaxQM 2024-10-30 20:32:39 +08:00
  • 255f138bdb feat: 模板配置可以读取系统原生携带的文件模板 pixelmaxQM 2024-10-30 20:32:04 +08:00
  • 08496c2c61 Merge pull request #1922 from cangqiaoyuzhuo/main PiexlMax(奇淼 2024-10-30 10:07:40 +08:00
  • 25a996fe51 fix: 新增字段在没有选择gvaModel的情况下,防止出现空指针 piexlMax(奇淼 2024-10-30 09:48:40 +08:00
  • 9ba39f2eda fix: 新增字段在没有选择gvaModel的情况下,防止出现空指针 piexlMax(奇淼 2024-10-30 09:46:38 +08:00
  • 4a70b38a99 fix: 修复关联模式下的sql语句bug piexlMax(奇淼 2024-10-30 09:42:37 +08:00
  • 0dc66adc0d feat: 参数管理功能示例代码动态化 pixelmaxQM 2024-10-29 22:18:13 +08:00
  • c2c11b29a7 fix:修复运行时 saas 报错 bypanghu 2024-10-28 09:19:38 +08:00
  • 071f48c3ca feat: 表格模板更名为导出模板 pixelmaxQM 2024-10-29 22:05:03 +08:00
  • 65cef0b40f feat: 导入导出功能将可以直接看到代码模板。 pixelmaxQM 2024-10-29 21:56:30 +08:00
  • f30912e02f fix: 不再自动对导出key进行处理,如遇到关键字需要使用对应数据库的字符串表达式包裹 pixelmaxQM 2024-10-29 20:46:31 +08:00
  • 1b74dc8afd chore: fix function name in comment cangqiaoyuzhuo 2024-10-28 22:24:45 +08:00
  • 1840b343b2 feat: 自动化代码不允许创建与模板同名的的字段JSON。 pixelmaxQM 2024-10-28 22:05:24 +08:00
  • 4f8030ecae fix: 修复LIKE查询下的模板bug fix: 在模板模式下对AI进行disabled pixelmaxQM 2024-10-28 21:39:40 +08:00
  • bb6c0be9de Merge pull request #1921 from flipped-aurora/dev2.7.7 PiexlMax(奇淼 2024-10-27 10:36:40 +08:00
  • a2d4c43047 feat: 插件模板搜索功能按照数组提供索引条件 pixel(奇淼 2024-10-27 10:35:43 +08:00
  • 60184f12bd feat: 菜单主菜单css样式调整 pixel(奇淼 2024-10-27 10:26:35 +08:00
  • 4ffa30e31a feat: 增加AI生成之前的确认行为 pixel(奇淼 2024-10-27 10:21:48 +08:00
  • 7fff2833c3 feat: ai生成页面功能屏蔽 pixel(奇淼 2024-10-26 12:37:27 +08:00
  • d1da92d040 Merge branch 'main' into dev2.7.7 pixel(奇淼 2024-10-26 12:30:41 +08:00
  • 6bb8f8a030 fix: 修复空菜单无法切换为手动输入的bug,修复没有vueName无法读取到pathinfo.json中的bug pixel(奇淼 2024-10-26 12:17:54 +08:00
  • dcd0eb20e1 feat: 调整自动引入组件,新增html展示页面。 pixelmaxQM 2024-10-25 22:19:13 +08:00
  • 7d6270079a feat: 增加ai绘制页面功能 pixelMax(奇淼 2024-10-25 18:22:11 +08:00
  • 05242c0ad7 feat: 完善AI帮写内容 pixelMax(奇淼 2024-10-25 10:35:14 +08:00
  • 30fb3a97d7 feat: 增加方法可以根据方法介绍自动补全 pixelMax(奇淼 2024-10-25 10:22:09 +08:00
  • 4dec8cfb17 Merge branch 'dev2.7.7' of github.com:flipped-aurora/gin-vue-admin into dev2.7.7 pixelMax(奇淼 2024-10-25 09:47:36 +08:00
  • bb8210b88e feat: autoFunc可以ai添加代码。 pixelmaxQM 2024-10-24 22:55:15 +08:00
  • b69858b6f7 feat: AddFunc在ai生成后支持页面编辑 pixelMax(奇淼 2024-10-24 18:44:07 +08:00
  • f191601ab4 feat: 增加AddFunc自动填充方法逻辑功能 pixelMax(奇淼 2024-10-24 18:01:40 +08:00
  • 7d62a55a92 Merge pull request #1917 from Brandon-lz/dev2.7.7 PiexlMax(奇淼 2024-10-23 11:22:17 +08:00
  • eadcda4e30 modified: server/go.mod modified: server/go.sum Brandon lz 2024-10-22 07:05:18 +00:00
  • 45382d1446 支持大文件分片上传minio Brandon lz 2024-10-22 07:00:51 +00:00
  • 0fd4f0bd7c Merge pull request #1911 from zyw0605688/dev2.7.7 PiexlMax(奇淼 2024-10-22 13:29:18 +08:00
  • c3fd7b9077 fixed: 修复一对一一对多编辑时候,kv丢失的bug。 pixelmaxQM 2024-10-21 20:16:59 +08:00
  • 0f6aa3df83 feat:'1.查询条件字段,如果关联业务表下拉查询,则参考form使用下拉框。2.新增和添加统一,变更好修改统一,查看详情弹框增加标题' zyw0605688 2024-10-19 11:32:14 +08:00
  • 48333c2ad2 Merge remote-tracking branch 'origin/main' into dev2.7.7 pixelmaxQM 2024-10-18 21:25:27 +08:00
  • 9786886c3f feat: 在存在enum的情况下自动化代码时候会校验其赋值并且在错误时候自动包裹 pixelmaxQM 2024-10-18 21:23:00 +08:00
  • b0eedfd6f1 fix: AI导出需要必须选择表 pixelMax(奇淼 2024-10-18 18:07:23 +08:00
  • 1753bf96a8 fix: AI导出表格模板获取表格信息错误的bug pixelMax(奇淼 2024-10-18 17:41:58 +08:00
  • 67315bf88e feat: 自动化代码string调整为指针类型 pixelMax(奇淼 2024-10-18 13:53:48 +08:00
  • 4a3dcf24e1 Merge pull request #1906 from Brandon-lz/main PiexlMax(奇淼 2024-10-18 10:35:44 +08:00
  • c1b18fe478 Merge branch 'dev2.7.7' into main PiexlMax(奇淼 2024-10-18 10:35:35 +08:00
  • e918af0a0c adjust sys_user.go message when del logined self (#1909) chenlianghong 2024-10-18 10:34:24 +08:00
  • a847ad292f feat: 自动化代码可自行配置mod pixelmaxQM 2024-10-17 23:15:59 +08:00
  • efac72ecbb feat: 增加添加字段功能,方便用户粘贴赋值字段到对应代码位置 pixelmaxQM 2024-10-17 22:29:52 +08:00
  • ed5611810f feat: 自动化代码部分输入框样式调节 pixelMax(奇淼 2024-10-17 10:03:44 +08:00
  • b8d5e79c03 fixed: 修复无法直接设置router-view的bug pixelMax(奇淼 2024-10-16 15:26:09 +08:00
  • 3e72ea0650 delete: 去除无用的引用包 pixelMax(奇淼 2024-10-16 13:17:03 +08:00
  • 8b8a0b61af delete: 剔除ws插件 pixelMax(奇淼 2024-10-16 13:13:15 +08:00
  • f237ac981e feat: 增加自动化代码增加字段的可控参数 pixelmaxQM 2024-10-15 23:28:47 +08:00
  • 0ce5a63c1d update: 发布dev2.7.6Beta版本 (#1908) PiexlMax(奇淼 2024-10-15 21:58:17 +08:00
  • a483ac9174 minio 完善 Brandon-lz 2024-10-14 11:46:39 +00:00
  • 91e4c89962 新增minio oss 功能 Brandon-lz 2024-10-14 10:03:28 +00:00
  • c34e3b4282 Update README.md PiexlMax(奇淼 2024-10-11 17:36:25 +08:00
  • 6e38eb1d70 fix: support pluginPath svg file as component show list when dev mode (#1902) chenlianghong 2024-10-09 10:30:27 +08:00
  • 5d227d8d72 feat: 配置保存按钮移动到顶部 piexlMax(奇淼 2024-10-08 13:14:43 +08:00
  • ccdf725957 fixed: 修复暗夜模式失效的bug piexlMax(奇淼 2024-10-08 13:06:18 +08:00
  • 86cffba4aa Beta:发布v2.7.5测试版本 (#1896) PiexlMax(奇淼 2024-09-30 21:27:16 +08:00
  • 2086a73557 feat: 兼容不同版本数据库的json操作 pixelMax(奇淼 2024-09-30 16:05:45 +08:00
  • a5e8980b23 fix: 消除swag init的不兼容bug piexlMax(奇淼 2024-09-29 10:17:59 +08:00
  • 360af93d8d fix: 增加图片选择器兼容性 piexlMax(奇淼 2024-09-29 10:14:26 +08:00
  • 4c46bdaa7f feat: 上传文件到 oss 遇到错误时,应该返回错误,避免 panic (#1890) 3vilive 2024-09-27 20:54:44 +08:00
  • b98094ceee feat: 修复文件选择组件的bug pixelmaxQM 2024-09-25 21:08:06 +08:00
  • 03330537fc feat: 优化图片选择器 pixelmaxQM 2024-09-22 23:18:33 +08:00
  • 2c7809b134 生产环境时移除console task 2024-09-18 09:21:52 +08:00
  • af287dcdce 生产环境时移除console task 2024-09-18 09:18:02 +08:00
  • ed840a96e6 clean: Update global.js clean console.log svg component name chenlianghong 2024-09-18 19:20:42 +08:00
  • 04cfd0eb38 feat: edit global.js support plugin svg chenlianghong 2024-09-18 18:42:00 +08:00
  • 6386034c65 feat: 调整icon功能的绑定形式 升级vue和svg插件 pixelmaxQM 2024-09-21 12:54:58 +08:00
  • 9b26d6c504 server: same Author "yourname" for gen Code (#1887) chenlianghong 2024-09-21 12:28:05 +08:00
  • 3529297fa4 clean: clean header index.vue repeat flex class (#1888) chenlianghong 2024-09-21 12:27:20 +08:00
  • ad699fa23c fixed: 方法名 ==> 方法介绍 pixelmaxQM 2024-09-18 22:51:27 +08:00
  • 0fd9e951b9 fixed: 对JSONMap进行多数据库不同断言兼容 pixelmaxQM 2024-09-18 22:48:41 +08:00
  • 66bcd32ae7 Merge pull request #1886 from flipped-aurora/revert-1884-main PiexlMax(奇淼 2024-09-18 22:41:24 +08:00
  • f0d91b0058 Revert "Update basetypes.go, fixed origin_setting column read error" PiexlMax(奇淼 2024-09-18 22:41:06 +08:00
  • 3d58213f0b Merge pull request #1884 from juneyx/main PiexlMax(奇淼 2024-09-18 22:37:12 +08:00
  • 528d7411e1 Update basetypes.go, fixed origin_setting column read error Juneyx 2024-09-18 14:53:13 +08:00
  • a6651ffe48 fixed: 字典页面默认值调整为拉回字典列表的第一个 pixelmaxQM 2024-09-17 21:13:42 +08:00
  • a8e6dc3a3a fixed: 修复复用代码高级模式不展示可选项的bug pixelmaxQM 2024-09-17 09:43:19 +08:00
  • 8733b2463c fixed: 清理自动化方法的swagger入参 pixelmaxQM 2024-09-16 20:01:45 +08:00
  • 37b0ef4599 fixed: 修复文件监听错误的bug pixelmaxQM 2024-09-14 18:16:17 +08:00
  • c72ed970fb feature: 增加basetype 兼容低版本数据库的json不兼容问题 pixelmaxQM 2024-09-13 21:02:15 +08:00
  • e9e42be139 fixed: 修复RedisList不受控制创建的bug pixelMax(奇淼 2024-09-13 16:39:43 +08:00
  • b55ecd2808 fixed: api.js模板调整 piexlMax(奇淼 2024-09-13 16:13:48 +08:00
  • f2a8829d1d feature: 版本号v2.7.3升级为v2.7.4 pixelmaxQM 2024-09-12 21:03:21 +08:00
  • c20ea7e030 publish: 发布2.7.4版本Beta (#1880) PiexlMax(奇淼 2024-09-12 20:48:03 +08:00
  • df3fc0a9ef fixed: 修复文件上传失败但是依然加入了文件列表的bug pixelmaxQM 2024-09-04 22:37:27 +08:00
  • 3c7a05b572 feature: 增加上传文件组件的成功失败回调事件 pixel(奇淼 2024-08-31 22:06:36 +08:00
  • a155bcd11a fixed: 修复登陆页面小屏幕下背景色bug pixelmaxQM 2024-08-30 22:17:46 +08:00
  • 57f13f59b1 fixed: 修复loading无法消失的bug pixelmaxQM 2024-08-30 22:15:15 +08:00
  • 894cf8e6c3 feature: api默认忽略数据增加 /info/getInfoDataSource 和 /info/getInfoPublic pixelmaxQM 2024-08-27 21:42:04 +08:00
  • fa3b952af3 column参数类型是number (#1865) zayn 2024-08-26 22:17:07 -07:00
  • b26db1910b Update model.go.template (#1866) chenlianghong 2024-08-27 13:16:39 +08:00
  • aab865be96 Update service.go.template (#1867) chenlianghong 2024-08-27 13:16:18 +08:00
  • 866fa5643e Dev273 (#1868) PiexlMax(奇淼 2024-08-27 13:15:56 +08:00
  • 87ced16d63 Merge pull request #1862 from Eric54920/Eric-dev PiexlMax(奇淼 2024-08-24 23:20:23 +08:00
  • ed5463360e feature: swagger接口请求优化 Eric54920 2024-08-24 22:34:09 +08:00