fix: 修正 MoveLearnPanel 提示文本匹配实际键盘绑定
[S] 跳过, [1-4] 替换对应招式 — 与 BattleFlow 输入处理一致 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
70d8c0038c
commit
25067e78af
|
|
@ -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>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user