数据结构¶
以下几类结构会在功能开发和调试时反复出现。
| 主题 | 文件 |
|---|---|
| 收藏 | src/features/favorites/types.ts |
| 对局统计 | src/features/game/types.ts |
| CHAGA 响应 | src/shared/chaga-review.ts |
| Session | src/shared/session-data.ts |
| 牌谱步进 | src/features/game/step-data.ts |
以下几类结构会在功能开发和调试时反复出现。
| 主题 | 文件 |
|---|---|
| 收藏 | src/features/favorites/types.ts |
| 对局统计 | src/features/game/types.ts |
| CHAGA 响应 | src/shared/chaga-review.ts |
| Session | src/shared/session-data.ts |
| 牌谱步进 | src/features/game/step-data.ts |