From a7017f025d48dd3a5d871633e1a89e2247230ba8 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 07 五月 2024 09:39:08 +0800 Subject: [PATCH] 放开股价 --- constant.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/constant.py b/constant.py index cc4eb73..ce6aa96 100644 --- a/constant.py +++ b/constant.py @@ -176,7 +176,7 @@ TRADE_ENABLE = True # 鏈�澶х殑浠g爜浠锋牸 -MAX_CODE_PRICE = 15 if ALL_ACTIVE_BUY else 30 +MAX_CODE_PRICE = 30 if ALL_ACTIVE_BUY else 30 MIN_CODE_PRICE = 1 MAX_SUBSCRIPT_CODE_PRICE = 50 if ALL_ACTIVE_BUY else 50 -- Gitblit v1.8.0