Fix running status color; add ETH qty settings with Chinese labels.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-24 17:24:27 +08:00
parent b6d9877538
commit 5125c6702b
7 changed files with 102 additions and 47 deletions
+2
View File
@@ -146,5 +146,7 @@ export type StrategySettings = {
rest_seconds: number;
max_rounds: number;
initial_equity: number;
perp_qty_eth: number;
option_qty_eth: number;
ledger: { equity: number; available: number };
};