From 2c04737679957659e3eae0e3b69469ae5d7c5095 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 11 三月 2025 16:23:00 +0800 Subject: [PATCH] 新版L2与老版L2模式切换 --- constant.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/constant.py b/constant.py index c0954fb..f33bf22 100644 --- a/constant.py +++ b/constant.py @@ -230,4 +230,7 @@ # 蹇界暐鏉垮潡娴佸叆鐨勫競鍦哄己搴� IGNORE_BLOCK_IN_MONEY_MARKET_STRONG = 101 +# 鏂扮増L2鐩戝惉 +IS_L2_NEW = False + -- Gitblit v1.8.0