增加资金费率

This commit is contained in:
dekun
2026-05-22 14:00:19 +08:00
parent d7f7259ee0
commit 71ed38b32d
13 changed files with 603 additions and 14 deletions
+2
View File
@@ -31,6 +31,8 @@ class Settings(BaseSettings):
yesterday_data_mode: str = "klines"
chart_kline_limit: int = 300
chart_cache_minutes: int = 60
funding_history_limit: int = 90
funding_cache_minutes: int = 30
# 代理默认关闭;仅当 PROXY_ENABLED=true 时生效
proxy_enabled: bool = False
proxy_url: str = "socks5h://192.168.8.4:1081"