feat(private-room): connect moments feed
Docker Image / Build and Push Docker Image (push) Successful in 9m29s

This commit is contained in:
2026-07-08 16:29:08 +08:00
parent 77b496da2b
commit c46b9b4cdd
41 changed files with 3107 additions and 281 deletions
+7
View File
@@ -0,0 +1,7 @@
前端核心逻辑是:
列表接口:GET /api/private-room/moments?character=elio&limit=20
解锁接口:POST /api/private-room/moments/${encodeURIComponent(momentId)}/unlock
价格看 unlockCost,单位是 currency: "credits"
是否解锁看 locked/unlocked
锁定时 images[].url = null
解锁成功后直接用返回的 images[].url