From 8fcf262aee70a07a5a4f572b0000f26e5f7fc4dd Mon Sep 17 00:00:00 2001 From: aaron <> Date: Wed, 18 Feb 2026 14:35:15 +0800 Subject: [PATCH] update --- backend/app/crypto_agent/crypto_agent.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/app/crypto_agent/crypto_agent.py b/backend/app/crypto_agent/crypto_agent.py index ce5b437..42fef15 100644 --- a/backend/app/crypto_agent/crypto_agent.py +++ b/backend/app/crypto_agent/crypto_agent.py @@ -137,6 +137,9 @@ class CryptoAgent: elif status == 'closed_sl': emoji = "🛑" status_text = "止损平仓" + elif status == 'closed_be': + emoji = "🔒" + status_text = "保本止损" else: emoji = "📤" status_text = "手动平仓"