From f2dfe1818b6286e4ff25e97c4d72a17bae4eea42 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 22 一月 2025 23:05:22 +0800 Subject: [PATCH] 辨识度修改/临时大单bug修改 --- constant.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constant.py b/constant.py index c010a0f..c0954fb 100644 --- a/constant.py +++ b/constant.py @@ -198,11 +198,11 @@ MAX_SUBSCRIPT_CODE_PRICE = 100 # 鎵叆浠锋牸鍖洪棿 -MAX_CODE_RADICAL_BUY_PRICE = 40 +MAX_CODE_RADICAL_BUY_PRICE = 50 MIN_CODE_RADICAL_BUY_PRICE = 2 # 鎵叆鐨勮嚜鐢辨祦閫氬競鍊煎尯闂达細[[(鑷敱娴侀�氭渶灏忓��,鑷敱娴侀�氭渶澶у��),(鑲′环鏈�灏忓��,鑲′环鏈�澶у��)]] -RADICAL_BUY_ZYLTGB_AS_YI_RANGES = [[(5, 1000), (3, 40)], [(50, 1000), (2, 3)]] +RADICAL_BUY_ZYLTGB_AS_YI_RANGES = [[(5, 1000), (3, 50)], [(50, 1000), (2, 3)]] # L2鏁版嵁鏄惁杞藉叆瀹屾垚 L2_DATA_IS_LOADED = False -- Gitblit v1.8.0