Files
aiData/Apps/TeLaiDian/Config/Setting.py
HuangHai ee91bf76d2 'commit'
2026-01-14 09:56:04 +08:00

22 lines
652 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# coding=utf-8
# 采集配置
SCROLL_DISTANCE_RATIO = 0.5
MAX_STATIONS_COUNT = 100
# 调试绘图配置
DRAW_DEBUG_BOXES = True
DEBUG_BOX_COLOR = (0, 255, 0)
DEBUG_BOX_THICKNESS = 3
# 等待时间配置 (秒)
WAIT_DETAIL_PAGE_LOAD = 3.5
WAIT_BACK_TO_LIST = 1.5
WAIT_AFTER_SCROLL = 2.5
# 坐标计算与安全防护
SAFE_EXCLUDE_RATIO = 0.55 # 大幅增加排除比例,确保从过滤器下方开始识别
BOTTOM_SAFE_EXCLUDE_RATIO = 0.12
MIN_CARD_HEIGHT = 250 # 增加最小高度要求确保卡片信息完整特来电卡片较长约300px
DETAIL_SCROLL_DISTANCE_RATIO = 0.9 # 详情页滑动距离比例,确保露出价格按钮