mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: 修复关卡“干酪封锁”与装置““甜蜜狂搅””的识别 (#5975)
This commit is contained in:
@@ -2701,6 +2701,10 @@
|
||||
[
|
||||
"^《",
|
||||
""
|
||||
],
|
||||
[
|
||||
".*甜蜜狂搅.*",
|
||||
"“甜蜜狂搅”"
|
||||
]
|
||||
]
|
||||
},
|
||||
@@ -11473,6 +11477,10 @@
|
||||
[
|
||||
"^消息传递.*",
|
||||
"消息传递"
|
||||
],
|
||||
[
|
||||
"^干.*封锁",
|
||||
"干酪封锁"
|
||||
]
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user