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
@@ -151,6 +151,8 @@ class Database:
"exit_move_points": str(s.exit_move_points),
"rest_seconds": str(s.rest_seconds),
"max_rounds": str(s.max_rounds),
"perp_qty_eth": str(s.perp_qty_eth),
"option_qty_eth": str(s.option_qty_eth),
}
for k, v in defaults.items():
exists = self._conn.execute(