This commit is contained in:
2026-05-01 20:29:09 +08:00
parent 8718472dbd
commit 87fbf41fab
137 changed files with 2922 additions and 989 deletions

View File

@@ -6,7 +6,7 @@
1. 不同难度有明确倒计时,超时即失败。
2. 底部固定 3 个轻量道具:提示、查看原图、冻结时间。
3. 道具使用必须经过确认弹窗并消耗 `1` 陶泥币,确认弹窗期间暂停关卡计时。
3. 道具使用必须经过确认弹窗并消耗 `1` 光点,确认弹窗期间暂停关卡计时。
本设计只处理拼图运行时,不改拼图创作链、发布链和广场推荐链。
@@ -95,7 +95,7 @@ remainingMs = max(0, timeLimitMs - effectiveElapsedMs)
## 计费规则
每次确认使用道具消耗 `1` 陶泥币
每次确认使用道具消耗 `1` 光点
正式后端运行态复用现有资产操作钱包预扣链路,新增道具 `asset_kind`