增加k线图
This commit is contained in:
@@ -29,6 +29,8 @@ class Settings(BaseSettings):
|
||||
# today: ticker24h=仅1次API(滚动24h); yesterday: klines=按8:00切日精确统计
|
||||
today_data_mode: str = "ticker24h"
|
||||
yesterday_data_mode: str = "klines"
|
||||
chart_kline_limit: int = 300
|
||||
chart_cache_minutes: int = 60
|
||||
# 代理默认关闭;仅当 PROXY_ENABLED=true 时生效
|
||||
proxy_enabled: bool = False
|
||||
proxy_url: str = "socks5h://192.168.8.4:1081"
|
||||
|
||||
Reference in New Issue
Block a user