mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
- engine.ts: 扩展 getSpeciesMoves 覆盖全部 18 种属性 - settlement.ts: 重命名 species → oppSpecies 避免遮蔽外层变量 - storage.ts: addItemToBag/removeItemFromBag 深拷贝 bag items 避免修改原对象 - BattleFlow.tsx: 移除未使用导入和条件 useInput 调用(React hooks 规则) - BattleView.tsx: 移除未使用的 BattlePokemon/MoveOption/Dex 导入 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>