From 21cca1b50443282d62a2a52086bd3462942d17d7 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 24 Feb 2026 21:45:53 +0800 Subject: [PATCH] update --- backend/app/crypto_agent/crypto_agent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/app/crypto_agent/crypto_agent.py b/backend/app/crypto_agent/crypto_agent.py index ab1e934..13369fe 100644 --- a/backend/app/crypto_agent/crypto_agent.py +++ b/backend/app/crypto_agent/crypto_agent.py @@ -264,7 +264,7 @@ class CryptoAgent: f"📊 **监控交易对**: {len(self.symbols)} 个", f" {', '.join(self.symbols)}", f"⏰ **运行频率**: 每5分钟整点", - f"💰 **模拟交易**: 已启用(后台统一监控)", + f"💰 **交易系统**: 已启用(后台统一监控)", f"🎯 **分析维度**: 技术面 + 资金面 + 情绪面", ] @@ -1028,7 +1028,7 @@ class CryptoAgent: content_parts.append(f"⚠️ **风险**: {risk_analysis}") content_parts.append(f"") - content_parts.append(f"💼 模拟交易已执行") + content_parts.append(f"💼 交易已执行") content = "\n".join(content_parts)