Skip to content

Commit 34077d5

Browse files
committed
Add binance default account option to prevent undefined crash
1 parent e44b5a7 commit 34077d5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

web/strategy-switch-console/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,9 @@ <h2 data-i18n="summary">切换摘要</h2>
16271627
qmt: [
16281628
{ key: "preview", label: "QMT dry-run", target_name: "industry_etf_dry_run", cash_currency: "CNY", default_strategy_profile: "cn_industry_etf_rotation", supported_domains: ["cn_equity"] },
16291629
],
1630+
binance: [
1631+
{ key: "preview", label: "Binance", target_name: "crypto_combo", supported_domains: ["crypto"] },
1632+
],
16301633
};
16311634

16321635
const copy = {

web/strategy-switch-console/page_asset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)