mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
fix: regex_error(error_badrepeat)
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
[".*Daw.*", "_pragmatic"],
|
||||
[".*rostbou.*", "_pragmatic"],
|
||||
[".*12.*", "_pragmatic"],
|
||||
[".*Ge?l?i?d? ?Rockshe.**", "_pragmatic"],
|
||||
[".*Ge?l?i?d? ?Rockshe.*", "_pragmatic"],
|
||||
[".*Immaculate ?Garde.*", "_default"],
|
||||
[".*70.*", "_default"],
|
||||
[".*Clairvoyant ?Carcass", "_default"],
|
||||
@@ -221,7 +221,7 @@
|
||||
[".*Daw.*", "_exit"],
|
||||
[".*rostbou.*", "_exit"],
|
||||
[".*12.*", "_exit"],
|
||||
[".*Ge?l?i?d? ?Rockshe.**", "_exit"],
|
||||
[".*Ge?l?i?d? ?Rockshe.*", "_exit"],
|
||||
[".*Immaculate ?Garde.*", "_exit"],
|
||||
[".*70.*", "_exit"],
|
||||
[".*Clairvoyant ?Carcass", "_exit"],
|
||||
@@ -237,7 +237,7 @@
|
||||
[".*Daw.*", "_exit"],
|
||||
[".*rostbou.*", "_exit"],
|
||||
[".*12.*", "_exit"],
|
||||
[".*Ge?l?i?d? ?Rockshe.**", "_exit"],
|
||||
[".*Ge?l?i?d? ?Rockshe.*", "_exit"],
|
||||
[".*Immaculate ?Garde.*", "_exit"],
|
||||
[".*70.*", "_exit"],
|
||||
[".*Clairvoyant ?Carcass", "_exit"],
|
||||
@@ -253,7 +253,7 @@
|
||||
[".*Daw.*", "_SKIP_"],
|
||||
[".*rostbou.*", "_SKIP_"],
|
||||
[".*12.*", "_SKIP_"],
|
||||
[".*Ge?l?i?d? ?Rockshe.**", "_SKIP_"],
|
||||
[".*Ge?l?i?d? ?Rockshe.*", "_SKIP_"],
|
||||
[".*Immaculate ?Garde.*", "_SKIP_"],
|
||||
[".*70.*", "_SKIP_"],
|
||||
[".*Clairvoyant ?Carcass", "_SKIP_"],
|
||||
@@ -269,7 +269,7 @@
|
||||
[".*Daw.*", "_pragmatic"],
|
||||
[".*rostbou.*", "_pragmatic"],
|
||||
[".*12.*", "_pragmatic"],
|
||||
[".*Ge?l?i?d? ?Rockshe.**", "_pragmatic"],
|
||||
[".*Ge?l?i?d? ?Rockshe.*", "_pragmatic"],
|
||||
[".*Immaculate ?Garde.*", "_default"],
|
||||
[".*70.*", "_default"],
|
||||
[".*Clairvoyant ?Carcass", "_default"],
|
||||
@@ -285,7 +285,7 @@
|
||||
[".*Daw.*", "_pragmatic"],
|
||||
[".*rostbou.*", "_pragmatic"],
|
||||
[".*12.*", "_pragmatic"],
|
||||
[".*Ge?l?i?d? ?Rockshe.**", "_pragmatic"],
|
||||
[".*Ge?l?i?d? ?Rockshe.*", "_pragmatic"],
|
||||
[".*Immaculate ?Garde.*", "_default"],
|
||||
[".*70.*", "_default"],
|
||||
[".*Clairvoyant ?Carcass", "_default"],
|
||||
|
||||
Reference in New Issue
Block a user