chore: remove maincloud configuration
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
2026-05-02 17:04:11 +08:00
parent fb6fb6e9f5
commit a2c71fcb3a
44 changed files with 172 additions and 514 deletions

View File

@@ -784,7 +784,7 @@ B3 当前落地状态:
1. 创作到发布到试玩主链通过。
2. 运行态点击、入槽、三消、失败、胜利通过。
3. 移动端视口检查通过。
4. `npm run api-server:maincloud` 通过。
4. `npm run api-server` 通过。
5. 对应测试与 `npm run check:encoding` 通过。
---
@@ -820,7 +820,7 @@ npm run check:encoding -- docs/technical/MATCH3D_CREATION_AND_RUNTIME_MINIMAL_IM
```powershell
cargo test -p module-match3d
cargo test -p shared-contracts
npm run api-server:maincloud
npm run api-server
npm run check:encoding
```