From b1100369f7fa417f1d54f31d1b75a7a8e2e55da0 Mon Sep 17 00:00:00 2001 From: sui-feng-cb <2518179942@qq.com> Date: Sun, 16 Aug 2026 23:47:57 +0800 Subject: [PATCH] Revert "Fix: remove banned string unlock in voucher_redirect" This reverts commit e58dead6017a9539918254f528866095307c1df4. --- ...oggerUnlockT2_2.png => HiddenZoneDataLogger.png} | Bin module/config/redirect_utils/shop_filter.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/shop/voucher/{LoggerUnlockT2_2.png => HiddenZoneDataLogger.png} (100%) diff --git a/assets/shop/voucher/LoggerUnlockT2_2.png b/assets/shop/voucher/HiddenZoneDataLogger.png similarity index 100% rename from assets/shop/voucher/LoggerUnlockT2_2.png rename to assets/shop/voucher/HiddenZoneDataLogger.png diff --git a/module/config/redirect_utils/shop_filter.py b/module/config/redirect_utils/shop_filter.py index 9c7b905d7..746fe1be9 100644 --- a/module/config/redirect_utils/shop_filter.py +++ b/module/config/redirect_utils/shop_filter.py @@ -48,7 +48,7 @@ def bp_redirect(value): FILTER_REGEX_VOUCHER = re.compile( '(logger)' - '(archive)?' + '(archive|unlock)?' '(t[1-6])?', flags=re.IGNORECASE)