From e58dead6017a9539918254f528866095307c1df4 Mon Sep 17 00:00:00 2001 From: sui-feng-cb <2518179942@qq.com> Date: Sun, 16 Aug 2026 17:53:50 +0800 Subject: [PATCH] Fix: remove banned string unlock in voucher_redirect --- ...iddenZoneDataLogger.png => LoggerUnlockT2_2.png} | Bin module/config/redirect_utils/shop_filter.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/shop/voucher/{HiddenZoneDataLogger.png => LoggerUnlockT2_2.png} (100%) diff --git a/assets/shop/voucher/HiddenZoneDataLogger.png b/assets/shop/voucher/LoggerUnlockT2_2.png similarity index 100% rename from assets/shop/voucher/HiddenZoneDataLogger.png rename to assets/shop/voucher/LoggerUnlockT2_2.png diff --git a/module/config/redirect_utils/shop_filter.py b/module/config/redirect_utils/shop_filter.py index 746fe1be9..9c7b905d7 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|unlock)?' + '(archive)?' '(t[1-6])?', flags=re.IGNORECASE)