增加资金费率

This commit is contained in:
dekun
2026-05-22 14:00:19 +08:00
parent d7f7259ee0
commit 71ed38b32d
13 changed files with 603 additions and 14 deletions
+4 -1
View File
@@ -9,7 +9,7 @@
<body>
<header>
<h1>币安 U本位合约 · 成交额排名</h1>
<p class="subtitle">北京时间 08:00 切日 · Top30 · 合约右侧 300 日K+成交量 · 点击图表放大查看</p>
<p class="subtitle">Top30 · 日K+成交量 · 资金费率当前+历史曲线 · 点击图表放大</p>
</header>
<section class="panel" id="panel-yesterday">
@@ -31,6 +31,7 @@
<th class="chart-col">日线图</th>
<th class="sortable" data-sort="quote_volume">成交额 (USDT)</th>
<th class="sortable" data-sort="price_change_pct">涨跌幅</th>
<th class="funding-col">资金费率</th>
<th class="sortable" data-sort="tags">标记</th>
</tr>
</thead>
@@ -58,6 +59,7 @@
<th class="chart-col">日线图</th>
<th class="sortable" data-sort="quote_volume">成交额 (USDT)</th>
<th class="sortable" data-sort="price_change_pct">涨跌幅</th>
<th class="funding-col">资金费率</th>
<th class="sortable" data-sort="tags">标记</th>
</tr>
</thead>
@@ -72,6 +74,7 @@
</footer>
<script src="/static/charts.js"></script>
<script src="/static/funding.js"></script>
<script src="/static/app.js"></script>
</body>
</html>