1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-18 20:45:58 +08:00

Revert "Fix: remove banned string unlock in voucher_redirect"

This reverts commit e58dead601.
This commit is contained in:
2026-08-16 23:47:57 +08:00
parent e58dead601
commit b1100369f7
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -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)