|
1188 | 1188 | } |
1189 | 1189 | } |
1190 | 1190 |
|
| 1191 | + |
| 1192 | + @media (max-width: 540px) { |
| 1193 | + .platform-strip { |
| 1194 | + grid-template-columns: repeat(2, minmax(0, 1fr)); |
| 1195 | + gap: 5px; |
| 1196 | + padding: 6px 8px; |
| 1197 | + } |
| 1198 | + .platform-button { |
| 1199 | + min-height: 40px; |
| 1200 | + gap: 5px; |
| 1201 | + padding: 5px 7px; |
| 1202 | + } |
| 1203 | + .mark { |
| 1204 | + width: 26px; |
| 1205 | + height: 26px; |
| 1206 | + font-size: 10px; |
| 1207 | + } |
| 1208 | + .platform-copy strong { |
| 1209 | + font-size: 11px; |
| 1210 | + } |
| 1211 | + } |
| 1212 | + |
1191 | 1213 | @media (max-width: 680px) { |
1192 | 1214 | .topbar { |
1193 | 1215 | position: static; |
@@ -1505,11 +1527,11 @@ <h2 data-i18n="summary">切换摘要</h2> |
1505 | 1527 | const defaultRepositories = platformRepositories; |
1506 | 1528 |
|
1507 | 1529 | const defaultAccountOptions = { |
1508 | | - binance: [{"key": "default", "label": "Binance", "target_name": "crypto_combo", "cash_currency": "USD", "default_strategy_profile": "crypto_equity_combo", "supported_domains": ["crypto"]}], |
| 1530 | + binance: [{"key": "default", "label": "Binance", "target_name": "default", "cash_currency": "USD", "default_strategy_profile": "crypto_equity_combo", "supported_domains": ["crypto"]}], |
1509 | 1531 | firstrade: [{"key": "preview", "label": "Firstrade", "target_name": "preview", "supported_domains": ["us_equity"], "cash_currency": "USD", "default_execution_mode": "live", "service_name": "firstrade-quant-service"}], |
1510 | 1532 | ibkr: [{"key": "preview", "label": "IBKR", "target_name": "preview", "supported_domains": ["us_equity", "hk_equity"], "cash_currency": "USD", "default_execution_mode": "live"}], |
1511 | 1533 | longbridge: [{"key": "preview", "label": "LongBridge", "target_name": "preview", "supported_domains": ["us_equity", "hk_equity"], "cash_currency": "USD", "default_execution_mode": "live"}], |
1512 | | - qmt: [{"key": "default", "label": "QMT", "target_name": "industry_etf_dry_run", "cash_currency": "CNY", "default_strategy_profile": "cn_industry_etf_rotation", "supported_domains": ["cn_equity"], "service_name": "qmt-quant-service"}], |
| 1534 | + qmt: [{"key": "default", "label": "QMT", "target_name": "default", "cash_currency": "CNY", "default_strategy_profile": "cn_industry_etf_rotation", "supported_domains": ["cn_equity"], "service_name": "qmt-quant-service"}], |
1513 | 1535 | schwab: [{"key": "preview", "label": "Schwab", "target_name": "preview", "supported_domains": ["us_equity"], "cash_currency": "USD", "default_execution_mode": "live", "service_name": "charles-schwab-quant-service"}], |
1514 | 1536 | }; |
1515 | 1537 |
|
@@ -1611,6 +1633,11 @@ <h2 data-i18n="summary">切换摘要</h2> |
1611 | 1633 |
|
1612 | 1634 |
|
1613 | 1635 |
|
| 1636 | + |
| 1637 | + |
| 1638 | + |
| 1639 | + |
| 1640 | + |
1614 | 1641 |
|
1615 | 1642 |
|
1616 | 1643 |
|
|
0 commit comments