Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/strategy_switch_worker_validation.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ assert.ok(indexHtml.includes('class="form-section execution-cash-policy-section"
assert.ok(indexHtml.includes('function reconcileExecutionCashPolicy('));
assert.ok(indexHtml.includes('qmt: { label: "QMT"'));
assert.ok(indexHtml.includes('cn_industry_etf_rotation'));
assert.ok(indexHtml.includes('platformDryRunOnly'));
assert.ok(indexHtml.includes('id="income-layer-section"'));
assert.ok(indexHtml.includes('id="option-overlay-section"'));
assert.ok(indexHtml.includes('id="mode-meta"'));
assert.ok(indexHtml.includes('qmtDryRunOnlyNote'));
assert.ok(indexHtml.includes('cashOnlyExecutionMode: "允许融资"'));
assert.ok(indexHtml.includes('cashOnlyExecutionValueYes: "允许融资:是"'));
Expand Down
4 changes: 2 additions & 2 deletions web/strategy-switch-console/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ <h2 id="platform-title">LongBridge</h2>
</label>
</div>

<div class="form-section income-layer-section">
<div class="form-section income-layer-section" id="income-layer-section">
<label class="control-block income-layer-mode-block section-wide">
<span data-i18n="incomeLayerMode">收入层状态</span>
<select id="income-layer-mode-select"></select>
Expand All @@ -1385,7 +1385,7 @@ <h2 id="platform-title">LongBridge</h2>
</label>
</div>

<div class="form-section option-overlay-section">
<div class="form-section option-overlay-section" id="option-overlay-section">
<label class="control-block option-overlay-mode-block section-wide">
<span data-i18n="optionOverlayMode">期权层状态</span>
<select id="option-overlay-mode-select"></select>
Expand Down
2 changes: 1 addition & 1 deletion web/strategy-switch-console/page_asset.js

Large diffs are not rendered by default.