Skip to content

Commit 05e6d1f

Browse files
committed
Change Binance platform code to ₿ (Bitcoin symbol)
1 parent 8a05055 commit 05e6d1f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

web/strategy-switch-console/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ <h2 data-i18n="summary">切换摘要</h2>
14931493
schwab: { label: "Schwab", code: "SW", accent: "var(--sw)" },
14941494
firstrade: { label: "Firstrade", code: "FT", accent: "var(--ft)" },
14951495
qmt: { label: "QMT", code: "QM", accent: "var(--qmt)" },
1496-
binance: { label: "Binance", code: "BN", accent: "var(--bn)" },
1496+
binance: { label: "Binance", code: "", accent: "var(--bn)" },
14971497
};
14981498

14991499
const reservePolicyModes = ["current", "none", "ratio", "floor", "max"];

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.

web/strategy-switch-console/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ const PLATFORM_META = {
540540
schwab: { label: "Schwab", code: "SW", accent: "var(--sw)" },
541541
firstrade: { label: "Firstrade", code: "FT", accent: "var(--ft)" },
542542
qmt: { label: "QMT", code: "QM", accent: "var(--qmt)" },
543-
binance: { label: "Binance", code: "BN", accent: "var(--bn)" },
543+
binance: { label: "Binance", code: "", accent: "var(--bn)" },
544544
};
545545

546546
async function configPayload(request, env) {

0 commit comments

Comments
 (0)