This commit is contained in:
2026-05-14 14:21:17 +08:00
parent 7a75f5d612
commit d33c937ebc
191 changed files with 1916 additions and 1549 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`