Add index-over-ask leverage column to options chain list.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-01 10:26:11 +08:00
parent f6ea0dc399
commit 747434a65e
5 changed files with 32 additions and 5 deletions
+3 -2
View File
@@ -57,6 +57,7 @@
<th>类型</th>
<th>合约</th>
<th>卖一/张</th>
<th title="指数÷卖一(每1币)">杠杆</th>
<th>买一/张</th>
<th>到期平衡</th>
<th>距平衡</th>
@@ -80,7 +81,7 @@
</tr>
</thead>
<tbody id="opt-strike-tbody">
<tr><td colspan="8" class="muted">请选择到期日</td></tr>
<tr><td colspan="9" class="muted">请选择到期日</td></tr>
</tbody>
</table>
</div>
@@ -323,4 +324,4 @@
</div>
</div>
<script src="/static/options_expiry_countdown.js?v=1"></script>
<script src="/static/options_panel.js?v=50"></script>
<script src="/static/options_panel.js?v=51"></script>