Commit Graph

137 Commits

Author SHA1 Message Date
ba1d120c84 feat: add coupon risk review 2026-01-15 17:01:36 +08:00
c8ec0af07f feat: add superadmin user library detail 2026-01-15 16:17:32 +08:00
339fd4fb1d feat: add superadmin user interaction views 2026-01-15 15:51:26 +08:00
b896d0fa00 feat: add superadmin assets and notifications 2026-01-15 15:28:41 +08:00
c683fa5cf3 feat: enhance superadmin dashboard overview 2026-01-15 14:16:20 +08:00
539cdf3c1c feat: add superadmin creator review and coupon governance 2026-01-15 13:14:25 +08:00
bec984b959 feat: expand superadmin user detail views 2026-01-15 12:29:52 +08:00
8419ddede7 feat: add superadmin member review and coupon ops 2026-01-15 11:53:52 +08:00
56082bad4f feat: add superadmin wallet view 2026-01-15 11:21:37 +08:00
37325ab1b4 feat: add content review flow 2026-01-15 11:10:43 +08:00
235a216b0c feat: wire superadmin p1 data 2026-01-15 09:35:16 +08:00
4f315cc2db feat: implement coupon management and receive flow 2026-01-13 18:19:29 +08:00
bd8dab5764 feat: enforce tenant route isolation 2026-01-13 15:41:32 +08:00
5ac2ea028c feat: add super admin health review 2026-01-13 15:02:05 +08:00
19b15bf20a feat: add creator report overview export 2026-01-13 11:44:29 +08:00
56e60e0972 fix: enforce required auth middleware 2026-01-13 10:36:48 +08:00
2a670b3a78 feat: add tenant membership flow 2026-01-13 10:26:11 +08:00
4022a776a6 fix: scope creator contents and bind uploads 2026-01-12 15:33:39 +08:00
2c6f4163c5 fix: restrict order status to owner 2026-01-09 17:34:18 +08:00
ad9dc4615f fix: scope coupons by tenant 2026-01-09 16:23:42 +08:00
4d90f547e6 fix: scope notifications by tenant 2026-01-09 15:49:49 +08:00
cf92e0bd89 chore: add dto field comments 2026-01-09 15:03:19 +08:00
bf0b57f537 fix: align tenant_id content filter 2026-01-09 10:25:26 +08:00
cd96033a3d fix: use int64 for auth and recharge ids 2026-01-09 10:06:41 +08:00
c0cebb6fb9 feat: complete superadmin management endpoints 2026-01-09 09:52:23 +08:00
3e095c57f3 feat: tenant-scoped routing and portal navigation 2026-01-08 21:30:46 +08:00
8ac82aaeb0 feat: add order idempotency 2026-01-08 16:31:51 +08:00
7f162b7c45 feat: switch upload hash to md5 2026-01-08 15:40:48 +08:00
675e7a6783 chore: document v1 dto fields 2026-01-08 15:13:15 +08:00
a7e253a008 chore: enrich content dto comments 2026-01-08 14:53:14 +08:00
edbb62449b fix: stabilize backend tests 2026-01-08 14:07:58 +08:00
7f1d2e7cb3 feat: add super list filters 2026-01-08 11:39:40 +08:00
ce95865f92 feat: enrich content item fields 2026-01-08 11:30:31 +08:00
054a4f414a feat: add tenant info to super content list 2026-01-08 11:20:20 +08:00
109b0ce012 feat: add super order detail snapshot 2026-01-08 11:15:42 +08:00
87b32063f6 feat: add super admin auth 2026-01-08 10:12:18 +08:00
d98f41f1ac feat: align ids to int64 2026-01-08 09:57:04 +08:00
a1de16bc01 fix: resolve frontend build error and order refund bug, add member price filter 2026-01-07 21:49:04 +08:00
5b45f7d5c4 feat: 添加租户列表接口,优化租户相关功能;更新前端租户列表和收藏功能 2026-01-07 16:10:03 +08:00
1298192157 feat: 添加点赞和收藏功能,优化内容详情视图和评论交互 2026-01-07 14:43:52 +08:00
ab5bc8d41a feat: 添加内容创建时间字段,优化内容列表和详情视图;添加创作者内容列表接口;优化上传和删除功能 2026-01-06 17:03:11 +08:00
1723802722 feat: 添加内容排序功能,优化内容列表查询和加载状态处理 2026-01-06 15:28:12 +08:00
31d6192816 feat: 添加内容可见性字段和过滤选项,优化内容列表查询功能 2026-01-06 10:04:50 +08:00
1d53d9560e feat: 添加内容创建时间字段,优化内容列表和详情视图,更新价格获取逻辑 2026-01-05 19:22:04 +08:00
454f6809b0 feat: 添加内容置顶过滤选项,更新内容列表查询功能;添加创作者设置 ID 字段;优化租户信息获取逻辑;更新租户 API 接口 2026-01-05 17:10:25 +08:00
c231847f81 feat: 添加内容置顶功能,更新相关数据模型和前端视图 2026-01-05 12:54:26 +08:00
a5cc9b13d6 feat: 添加主定调过滤选项,优化内容列表查询功能 2026-01-05 09:19:39 +08:00
113f9c8d3c feat: 添加内容创建表单状态字段,优化内容保存和发布逻辑 2026-01-04 21:45:42 +08:00
4b32e64d35 feat: 更新内容管理功能,支持价格为可选字段,添加状态管理及媒体计数显示 2026-01-04 19:56:53 +08:00
2438d363f5 feat: 实现多部分上传功能,支持初始化、上传部分、完成和中止上传,添加媒体资产删除功能 2026-01-04 15:20:06 +08:00