mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-19 04:50:43 +08:00
Revert "Fix: remove banned string unlock in voucher_redirect"
This reverts commit e58dead601.
This commit is contained in:
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -48,7 +48,7 @@ def bp_redirect(value):
|
|||||||
FILTER_REGEX_VOUCHER = re.compile(
|
FILTER_REGEX_VOUCHER = re.compile(
|
||||||
'(logger)'
|
'(logger)'
|
||||||
|
|
||||||
'(archive)?'
|
'(archive|unlock)?'
|
||||||
|
|
||||||
'(t[1-6])?',
|
'(t[1-6])?',
|
||||||
flags=re.IGNORECASE)
|
flags=re.IGNORECASE)
|
||||||
|
|||||||
Reference in New Issue
Block a user