From 25067e78af1e029ef3195074f58c50594dd14cb1 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Wed, 22 Apr 2026 07:03:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20MoveLearnPanel=20?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=96=87=E6=9C=AC=E5=8C=B9=E9=85=8D=E5=AE=9E?= =?UTF-8?q?=E9=99=85=E9=94=AE=E7=9B=98=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [S] 跳过, [1-4] 替换对应招式 — 与 BattleFlow 输入处理一致 Co-Authored-By: Claude Opus 4.6 --- packages/pokemon/src/ui/MoveLearnPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pokemon/src/ui/MoveLearnPanel.tsx b/packages/pokemon/src/ui/MoveLearnPanel.tsx index 49ce639f2..41cadc098 100644 --- a/packages/pokemon/src/ui/MoveLearnPanel.tsx +++ b/packages/pokemon/src/ui/MoveLearnPanel.tsx @@ -42,7 +42,7 @@ export function MoveLearnPanel({ creature, newMoveId, replaceIndex, onLearn, onS })} - [Y] 学习 [N] 跳过 [← →] 切换替换目标 + [1-4] 替换对应招式 [S] 跳过 )