From 9eacb2243cfbb054257d9c261f676b9724f3493e Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sun, 8 Feb 2026 13:55:53 +0800 Subject: [PATCH] update --- backend/app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/config.py b/backend/app/config.py index dc65a0d..a850737 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -100,7 +100,7 @@ class Settings(BaseSettings): # Telegram 机器人配置 telegram_bot_token: str = "" # 从 @BotFather 获取 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" # 监控的交易对,逗号分隔