From a5ff86e26224f62ff8e46f90aef00f2ccd7257d8 Mon Sep 17 00:00:00 2001 From: liantian-cn Date: Sat, 15 Aug 2026 12:10:05 +0800 Subject: [PATCH] Update FuyutsuiKeymapConverter.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 防骑荣耀圣令的问题 --- Infrastructure/FuyutsuiKeymapConverter.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Infrastructure/FuyutsuiKeymapConverter.cs b/Infrastructure/FuyutsuiKeymapConverter.cs index 5dbceb3b..e5c61a9a 100644 --- a/Infrastructure/FuyutsuiKeymapConverter.cs +++ b/Infrastructure/FuyutsuiKeymapConverter.cs @@ -375,8 +375,9 @@ internal static partial class FuyutsuiKeymapConverter return normalized switch { - "player" => 1, - "玩家" or "31" => ReservedUnit.Player, + // "player" => 1, + // "玩家" or "31" => ReservedUnit.Player, + "player" or "玩家" or "31" => ReservedUnit.Player, "target" or "目标" or "32" => ReservedUnit.Target, "focus" or "焦点" or "33" => ReservedUnit.Focus, "cursor" or "地面" or "34" => ReservedUnit.Cursor,