fix: 修正 MoveLearnPanel 提示文本匹配实际键盘绑定

[S] 跳过, [1-4] 替换对应招式 — 与 BattleFlow 输入处理一致

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
claude-code-best
2026-04-22 07:03:22 +08:00
parent 70d8c0038c
commit 25067e78af

View File

@@ -42,7 +42,7 @@ export function MoveLearnPanel({ creature, newMoveId, replaceIndex, onLearn, onS
})}
<Box marginTop={1}>
<Text color={GRAY}> [Y] [N] [ ] </Text>
<Text color={GRAY}> [1-4] [S] </Text>
</Box>
</Box>
)