Commit Graph

18 Commits

Author SHA1 Message Date
a5cc9b13d6 feat: 添加主定调过滤选项,优化内容列表查询功能 2026-01-05 09:19:39 +08:00
637ff7110d feat: 更新内容视图和编辑视图,支持动态曲种选项和标签显示 2026-01-05 09:07:13 +08:00
113f9c8d3c feat: 添加内容创建表单状态字段,优化内容保存和发布逻辑 2026-01-04 21:45:42 +08:00
4b32e64d35 feat: 更新内容管理功能,支持价格为可选字段,添加状态管理及媒体计数显示 2026-01-04 19:56:53 +08:00
df08e148ce feat: 添加媒体资产文件名支持,优化上传和内容获取逻辑 2026-01-04 19:09:34 +08:00
5496c776df feat: 优化编辑器 UI 和文件名显示,支持全屏编辑模式 2026-01-04 18:21:19 +08:00
f560b95ec0 feat: 更新内容创建和更新表单,支持封面ID和媒体ID字段 2025-12-31 17:57:30 +08:00
5a364a995a feat: 更新上传接口,使用新的上传表单结构并添加价格字段 2025-12-31 16:41:19 +08:00
b82a69689d feat: 添加音乐键位字段,更新相关数据结构和接口 2025-12-31 16:01:20 +08:00
984770c6a1 feat(editor): update 2025-12-31 14:50:18 +08:00
54de243fa1 feat: Refactor user context handling and service methods
- Updated middleware to fetch user and tenant models by ID and set them in context.
- Refactored common service methods to accept userID as a parameter instead of extracting from context.
- Modified content service methods to include userID as a parameter for better clarity and performance.
- Adjusted coupon, creator, notification, order, tenant, user, and wallet services to utilize userID directly.
- Enhanced context key constants for improved readability and maintainability.
2025-12-30 22:49:26 +08:00
ee1acae3ed feat: 实现平台抽成、提现审批、异步任务集成及安全审计功能 2025-12-30 14:54:19 +08:00
5cf2295f91 feat: Implement notification service and integrate with user interactions
- Added notification service to handle sending and listing notifications.
- Integrated notification sending on user follow and order payment events.
- Updated user service to include fetching followed tenants.
- Enhanced content service to manage access control for content assets.
- Implemented logic for listing content topics based on genre.
- Updated creator service to manage content updates and pricing.
- Improved order service to include detailed order information and notifications.
- Added tests for notification CRUD operations and order details.
2025-12-30 09:57:12 +08:00
9d598e7f9b feat: 重构内容和订单列表接口,使用过滤器结构体简化参数传递;更新相关服务和测试用例 2025-12-29 15:41:48 +08:00
fba77afec1 feat: 重构内容列表接口,使用过滤器结构体简化参数传递;更新相关服务和测试用例 2025-12-29 15:04:55 +08:00
8c4bc55f45 feat: update app errors 2025-12-29 14:54:05 +08:00
8fa3d18a9c Refactor order and tenant ledger models to use consts for Currency and Type fields; add new UserStatus values; implement comprehensive test cases for content, creator, order, super, and wallet services. 2025-12-29 14:21:20 +08:00
ad52371028 feat: implement new structure 2025-12-29 09:30:49 +08:00