chore: 使用更准确的连接配置名

This commit is contained in:
MistEO
2022-12-22 00:09:53 +08:00
parent 287485110c
commit 489b5d9ed0
6 changed files with 6 additions and 6 deletions

View File

@@ -171,7 +171,6 @@ namespace MaaWpfGui
ConnectConfigList = new List<CombData>
{
new CombData { Display = Localization.GetString("General"), Value = "General" },
new CombData { Display = Localization.GetString("GeneralWithoutScreencapErr"), Value = "GeneralWithoutScreencapErr" },
new CombData { Display = Localization.GetString("BlueStacks"), Value = "BlueStacks" },
new CombData { Display = Localization.GetString("MuMuEmulator"), Value = "MuMuEmulator" },
new CombData { Display = Localization.GetString("LDPlayer"), Value = "LDPlayer" },
@@ -179,6 +178,7 @@ namespace MaaWpfGui
new CombData { Display = Localization.GetString("XYAZ"), Value = "XYAZ" },
new CombData { Display = Localization.GetString("WSA"), Value = "WSA" },
new CombData { Display = Localization.GetString("Compatible"), Value = "Compatible" },
new CombData { Display = Localization.GetString("GeneralWithoutScreencapErr"), Value = "GeneralWithoutScreencapErr" },
};
TouchModeList = new List<CombData>

View File

@@ -55,7 +55,7 @@
<system:String x:Key="CustomInfrastPlanIndexAutoSwitch">Auto save for next plan</system:String>
<system:String x:Key="General">General Mode</system:String>
<system:String x:Key="GeneralWithoutScreencapErr">General Mode(Blocked screenshot's error)</system:String>
<system:String x:Key="GeneralWithoutScreencapErr">General Mode (Blocked exception output)</system:String>
<system:String x:Key="BlueStacks">BlueStacks</system:String>
<system:String x:Key="MuMuEmulator">MuMu Emulator</system:String>
<system:String x:Key="LDPlayer">LD Player</system:String>

View File

@@ -48,7 +48,7 @@
<system:String x:Key="CustomInfrastPlanIndexAutoSwitch">Auto save for next plan</system:String>
<system:String x:Key="General">一般モード</system:String>
<system:String x:Key="GeneralWithoutScreencapErr">一般モード(ブロックされたスクリーンショットエラー)</system:String>
<system:String x:Key="GeneralWithoutScreencapErr">一般モードブロックされた例外出力)</system:String>
<system:String x:Key="BlueStacks">BlueStacks</system:String>
<system:String x:Key="MuMuEmulator">MuMuPlayer</system:String>
<system:String x:Key="LDPlayer">LDPlayer</system:String>

View File

@@ -54,7 +54,7 @@
<system:String x:Key="CustomInfrastPlanIndexAutoSwitch">다음 계획용으로 자동 저장</system:String>
<system:String x:Key="General">일반 모드</system:String>
<system:String x:Key="GeneralWithoutScreencapErr">일반 모드(차단된 스크린샷 오류)</system:String>
<system:String x:Key="GeneralWithoutScreencapErr">일반 모드차단된 예외 출력)</system:String>
<system:String x:Key="BlueStacks">BlueStacks</system:String>
<system:String x:Key="MuMuEmulator">MuMu Player</system:String>
<system:String x:Key="LDPlayer">LD Player</system:String>

View File

@@ -55,7 +55,7 @@
<system:String x:Key="CustomInfrastPlanIndexAutoSwitch">自动保存为下个计划</system:String>
<system:String x:Key="General">通用模式</system:String>
<system:String x:Key="GeneralWithoutScreencapErr">通用模式(屏蔽截图报错)</system:String>
<system:String x:Key="GeneralWithoutScreencapErr">通用模式屏蔽异常输出)</system:String>
<system:String x:Key="BlueStacks">蓝叠模拟器</system:String>
<system:String x:Key="MuMuEmulator">MuMu 模拟器</system:String>
<system:String x:Key="LDPlayer">雷电模拟器</system:String>

View File

@@ -47,7 +47,7 @@
<system:String x:Key="CustomInfrastPlanIndexAutoSwitch">自動保存爲下個計劃</system:String>
<system:String x:Key="General">通用模式</system:String>
<system:String x:Key="GeneralWithoutScreencapErr">通用模式(屏蔽截圖報錯)</system:String>
<system:String x:Key="GeneralWithoutScreencapErr">通用模式(阻塞異常輸出)</system:String>
<system:String x:Key="BlueStacks">藍疊模擬器</system:String>
<system:String x:Key="MuMuEmulator">MuMu 模擬器</system:String>
<system:String x:Key="LDPlayer">雷電模擬器</system:String>