feat: enhance copy trading logic and UI

- fix: correct copyRatio scaling (divide by 100)
- fix: enforce minimum order size with round-up logic
- feat: customize Telegram notification icons
- feat: optimize frontend order list (active loading, refresh buttons)
- refactor: optimize OnChain WebSocket connection management
This commit is contained in:
WrBug
2026-01-04 20:36:41 +08:00
parent 2bb8cbc564
commit 3e667b70fd
15 changed files with 630 additions and 594 deletions
+1 -1
View File
@@ -1026,7 +1026,7 @@
"remainingQuantity": "剩余",
"sellStatus": "卖出状态",
"status": "状态",
"statusFilled": "已完成",
"statusFilled": "未成交",
"statusPartiallySold": "部分成交",
"statusFullySold": "全部成交",
"realizedPnl": "已实现盈亏",