This commit is contained in:
aaron 2026-02-08 13:55:53 +08:00
parent ceb593a061
commit 9eacb2243c

View File

@ -100,7 +100,7 @@ class Settings(BaseSettings):
# Telegram 机器人配置 # Telegram 机器人配置
telegram_bot_token: str = "" # 从 @BotFather 获取 telegram_bot_token: str = "" # 从 @BotFather 获取
telegram_channel_id: str = "" # 频道 ID如 @your_channel 或 -1001234567890 telegram_channel_id: str = "" # 频道 ID如 @your_channel 或 -1001234567890
telegram_enabled: bool = False # 是否启用 Telegram 通知 telegram_enabled: bool = True # 是否启用 Telegram 通知
# 加密货币交易智能体配置 # 加密货币交易智能体配置
crypto_symbols: str = "BTCUSDT,ETHUSDT,BNBUSDT,SOLUSDT" # 监控的交易对,逗号分隔 crypto_symbols: str = "BTCUSDT,ETHUSDT,BNBUSDT,SOLUSDT" # 监控的交易对,逗号分隔