Commit Graph

503 Commits (44af6d3b606c73eba639d5835d6bb700b94e0342)

Author SHA1 Message Date
yang b1b884a82e Merge branch 'feature/community-center' into preview 2025-01-16 19:32:06 +08:00
yang c1b6dac662 Merge remote-tracking branch 'origin/feature/community-center' into feature/community-center 2025-01-16 19:31:35 +08:00
yang 436ff6877c feat:社区邀请 2025-01-16 19:31:24 +08:00
ChenYan d09410bee7 Merge branch 'feature/community-center' of https://gitea.qinmian.online/CY/mcwl-ai into preview
# Conflicts:
#	mcwl-admin/src/main/java/com/mcwl/web/controller/communityCenter/PublishController.java
2025-01-16 19:06:04 +08:00
ChenYan e31b12fd39 feat 2025-01-16 19:04:11 +08:00
ChenYan 537997deab Merge remote-tracking branch 'origin/preview' into preview
# Conflicts:
#	mcwl-admin/src/main/java/com/mcwl/web/controller/communityCenter/PublishController.java
2025-01-16 19:02:56 +08:00
ChenYan 170ca3da7e feat:feat(resource): 添加模型版本高清修复功能 2025-01-16 19:01:56 +08:00
Diyu0904 6ae9eca9b6 Merge branch 'feature/admin' into preview
# Conflicts:
#	mcwl-admin/src/main/java/com/mcwl/web/controller/pay/AliPay/AliPayIntegration.java
#	mcwl-admin/src/main/java/com/mcwl/web/controller/resource/ModelVersionController.java
2025-01-16 18:58:49 +08:00
Diyu0904 f88c68ac0a 新增文本审核
新增图片审核
规范配置文件
完善短信验证码发送
2025-01-16 18:55:49 +08:00
ChenYan aecbdb60e1 Merge branch 'preview' of https://gitea.qinmian.online/CY/mcwl-ai into feature/community-center
# Conflicts:
#	mcwl-admin/src/main/java/com/mcwl/web/controller/communityCenter/PublishController.java
2025-01-16 17:30:37 +08:00
ChenYan 6fee8248de feat:feat(resource): 添加模型版本高清修复功能 2025-01-16 17:27:55 +08:00
yang 9dcf061dcb Merge remote-tracking branch 'origin/feature/community-center' into feature/community-center 2025-01-16 17:26:23 +08:00
yang 02d8dc45dd feat:社区 2025-01-16 17:26:12 +08:00
ChenYan 83b07054a1 feat:feat(resource): 添加模型版本高清修复功能 2025-01-15 19:00:30 +08:00
yang 7efb7973ef feat:多租户 2025-01-15 18:49:40 +08:00
yang 58839f1f12 Merge branch 'feature/community-center' of https://gitea.qinmian.online/CY/mcwl-ai into preview 2025-01-15 16:54:05 +08:00
yang 1398011ee5 feat:调整 2025-01-15 16:53:36 +08:00
yang fa542d1569 feat:社区中心 2025-01-15 16:51:08 +08:00
Diyu0904 f93986f743 修正分支合并 2025-01-15 15:24:17 +08:00
Diyu0904 5f6844dc29 Merge branch 'feature/admin' into preview 2025-01-15 15:23:03 +08:00
Diyu0904 f41ab7b899 新增点赞/取消工作流
新增发布工作流评论
新增点赞/取消工作流评论
新增删除工作流评论
2025-01-15 15:21:55 +08:00
yang 09a7640d6e feat: 知识星球 2025-01-15 13:22:25 +08:00
yang 171100a643 feat: 知识星球 2025-01-15 11:53:22 +08:00
yang c2f0ada4f1 fix(resource): 修复模型图片标签显示问题
- 修正图片标签的字典常量名称
- 实现图片标签的字典值转换
- 初始化图片标签列表
2025-01-14 19:06:07 +08:00
yang 3ebcf6e07e Merge branch 'feature/my-invitation' into preview 2025-01-14 18:54:57 +08:00
yang ab5cc03786 refactor(mcwl): 重构获取模型图片详情接口
- 新增 ModelImageService 接口的 getDetail 方法
- 实现 getDetail 方法,封装模型图片详情信息- 更新 ModelImageController 中的 detail 方法,使用新的 getDetail 接口
- 修改 ModelImageVo 中的 tags 字段类型,从 String 改为 List<String>
2025-01-14 18:53:46 +08:00
ChenYan 6a5ad7403a Merge branch 'feature/resource' of https://gitea.qinmian.online/CY/mcwl-ai into preview 2025-01-14 18:47:09 +08:00
ChenYan d49115ec61 feat(resource): 2025-01-14 18:45:52 +08:00
yang 40d37e42be refactor(resource): 重构图片相关接口
- 新增 ModelImageCommentController 专门处理图片评论相关功能
- 从 ModelImageController 中移除图片评论相关的代码
- 删除了 ModelImageController 中未使用的上传功能
- 调整了 ModelImageController 的路由前缀
2025-01-14 18:28:20 +08:00
ChenYan 90de149f8f Merge branch 'feature/my-invitation' of https://gitea.qinmian.online/CY/mcwl-ai into feature/resource
# Conflicts:
#	mcwl-resource/src/main/java/com/mcwl/resource/service/impl/WorkFlowServiceImpl.java
2025-01-14 18:13:40 +08:00
ChenYan 421ca7dc9d feat(resource): 新增模型产品和工作流相关功能 2025-01-14 18:11:39 +08:00
yang bd42786571 feat(resource): 实现工作流分页查询功能
- 新增 WorkFlowService 接口的 listByPage 方法
- 实现 WorkFlowServiceImpl 类的 listByPage 方法- 添加 ModelImagePageRes 类用于分页查询参数
- 新增 WorkFlowVo 类用于工作流列表展示
- 优化 ModelProductController 中的分页查询逻辑
2025-01-14 18:09:36 +08:00
yang 52ca9b3295 Merge branch 'feature/my-invitation' into preview 2025-01-14 16:34:38 +08:00
yang 4c15e5247f feat(resource): 添加我的发布功能并优化图片列表接口
- 在 MallProductController 中添加了三个新的接口:selectByUserIdModel、selectByUserIdWorkFlow 和 selectByUserIdImage,用于获取用户发布的模型、工作流和图片信息
- 在 ModelCommentController 和 ModelImageController 中添加了 @RepeatSubmit 注解,用于防止重复提交
- 优化了 ModelImageController 中的 list 接口,使用 PageDomain 作为参数,提高了接口的通用性和灵活性
2025-01-14 16:34:13 +08:00
Diyu0904 3e7a30d786 Merge branch 'feature/admin' into preview
# Conflicts:
#	mcwl-admin/src/main/java/com/mcwl/web/controller/resource/WorkFlowController.java
2025-01-14 16:09:33 +08:00
Diyu0904 3645f7894c 新增工作流添加,修改,回显,删除,详情 2025-01-14 16:07:30 +08:00
yang b8bf961509 feat(resource): 重构模型相关 mapper 并添加新功能
-重命名 MallProductMapper 为 ModelMapper
- 在 ModelImageMapper 和 ModelMapper 中添加新的查询方法- 更新 ModelProduct 实体,添加 likeNum 字段
- 重构 ModelServiceImpl 和 SysUserAttentionServiceImpl,使用新的 mapper 方法
- 更新 SysUserInfo 实体,增加模型相关统计字段
2025-01-14 15:21:37 +08:00
ChenYan 1cdfb48ae3 Merge branch 'preview' of https://gitea.qinmian.online/CY/mcwl-ai into preview 2025-01-13 17:18:09 +08:00
ChenYan 2d0a5dcb38 feat: 2025-01-13 17:04:11 +08:00
yang 2385b58bb0 Merge branch 'feature/my-invitation' into preview 2025-01-13 16:19:13 +08:00
yang f445567505 feat(memberCenter): 新增会员支付金额计算功能并优化模型图片上传
- 在 MemberController 中添加 calculatePayment 方法,用于根据会员等级和活动计算支付金额
- 在 MemberService 接口中新增 calculatePayment 方法
- 实现 MemberServiceImpl 中的 calculatePayment 方法,支持折扣活动的计算
- 在 ModelImage 实体中添加 isTop 字段,用于表示是否置顶
- 优化 ModelImageServiceImpl 中的保存逻辑,设置创建时间
2025-01-13 16:18:40 +08:00
ChenYan c8bc835644 feat: 2025-01-13 15:12:50 +08:00
ChenYan 9ef5a22665 Merge branch 'feature/resource' of https://gitea.qinmian.online/CY/mcwl-ai into preview 2025-01-13 11:48:30 +08:00
ChenYan 573ccd5ef8 feat: 2025-01-13 11:47:28 +08:00
Diyu0904 821dce5654 Merge branch 'feature/admin' into preview 2025-01-13 11:46:41 +08:00
Diyu0904 db353dbb83 新增工作流业务 2025-01-13 11:45:47 +08:00
yang 511bd96d84 refactor(mcwl): 重构资源模块并移除支付相关代码- 移除了 AliPayIntegration 和 OrderTradeController 类
- 更新了 ModelImageController 接口,使用新的 ModelImagePageRes 类作为参数
- 新增了 ModelImagePageRes 类,用于图片分页请求
- 更新了 ModelImageService接口和实现类,支持新的分页查询参数
2025-01-13 11:03:59 +08:00
ChenYan af200b9274 Merge remote-tracking branch 'origin/preview' into preview 2025-01-12 16:00:34 +08:00
ChenYan ca41c38141 Merge branch 'feature/resource' of https://gitea.qinmian.online/CY/mcwl-ai into preview 2025-01-12 15:59:42 +08:00
ChenYan 81dd9362cd feat: 2025-01-12 15:58:39 +08:00