From cc2c7a8514d3d6eea4f73b5875c2500883d165f0 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 26 五月 2025 22:57:20 +0800 Subject: [PATCH] 增加自动加白接口 --- constant.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/constant.py b/constant.py index 9df020f..4fbfc61 100644 --- a/constant.py +++ b/constant.py @@ -236,4 +236,7 @@ # 鏄惁鍙拱棣栧皝 CAN_BUY_FIRST_LIMIT_UP = False +# 鏄惁鍙互鑷姩鎷夌櫧 +CAN_AUTO_ADD_WHITE = True + -- Gitblit v1.8.0