增加k线图

This commit is contained in:
dekun
2026-05-22 13:47:27 +08:00
parent ee621976db
commit 74f98af40d
13 changed files with 543 additions and 8 deletions
+2
View File
@@ -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"