mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
fix: BattleStageName requiring ^$ for EN
This commit is contained in:
@@ -1199,7 +1199,7 @@
|
||||
["Fight to the Death", "死斗"],
|
||||
["The Grand Finale", "压轴登场"],
|
||||
["Prisoners' Night", "死囚之夜"],
|
||||
["Justice", "正义"],
|
||||
["^Justice$", "正义"],
|
||||
["Premiere", "首演"],
|
||||
["Practical Test", "应用测试"],
|
||||
["Ursus Desire", "乌萨斯的渴求"],
|
||||
@@ -1231,7 +1231,7 @@
|
||||
["Dangers Abound", "危机四伏"],
|
||||
["Surprise Factory", "惊喜工厂"],
|
||||
["Absurd Trickeries", "荒唐把戏"],
|
||||
["From Afar", "隔岸观火"],
|
||||
["^From Afar$", "隔岸观火"],
|
||||
["Duck Lord's Play", "鸭爵的戏剧"],
|
||||
["Duck Lord's Party", "鸭爵的宴会"],
|
||||
["Gopnik's Fist", "高普尼克之拳"],
|
||||
@@ -1274,7 +1274,7 @@
|
||||
["Guns and Order", "铳与秩序"],
|
||||
["Mechanical Menace", "机械之灾"],
|
||||
["The Faithful's Utopia", "教徒居所"],
|
||||
["Out of Control", "失控"],
|
||||
["^Out of Control$", "失控"],
|
||||
["The Piper's Call", "吹笛人的号召"],
|
||||
["Ubi bona somnia", "好梦在何方"],
|
||||
["Pool of Procreation", "育生池"],
|
||||
@@ -1336,7 +1336,7 @@
|
||||
["Harass With Strength", "恃强凌弱"],
|
||||
["Manmade Carnival", "人造物狂欢节"],
|
||||
["Beside The Battlefield", "战场侧面"],
|
||||
["Legacy", "继承"],
|
||||
["^Legacy$", "继承"],
|
||||
["Safety Inspection", "安全检查"],
|
||||
["Vermin", "公害"],
|
||||
["Eye For an Eye", "以血还血"],
|
||||
|
||||
Reference in New Issue
Block a user