增加k线图

This commit is contained in:
dekun
2026-05-22 13:47:27 +08:00
parent ee621976db
commit 74f98af40d
13 changed files with 543 additions and 8 deletions
+4 -1
View File
@@ -9,7 +9,7 @@
<body>
<header>
<h1>币安 U本位合约 · 成交额排名</h1>
<p class="subtitle">北京时间 08:00 切日 · Top30 · 高亮:≥1000万 USDT / |涨跌|≥5% · 点击表头可排序</p>
<p class="subtitle">北京时间 08:00 切日 · Top30 · 高亮:≥1000万 USDT / |涨跌|≥5% · 合约右侧 300 日K · 点击图表放大</p>
</header>
<section class="panel" id="panel-yesterday">
@@ -28,6 +28,7 @@
<tr>
<th class="sortable" data-sort="rank">排名</th>
<th class="sortable" data-sort="symbol">合约</th>
<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="sortable" data-sort="tags">标记</th>
@@ -54,6 +55,7 @@
<tr>
<th class="sortable" data-sort="rank">排名</th>
<th class="sortable" data-sort="symbol">合约</th>
<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="sortable" data-sort="tags">标记</th>
@@ -69,6 +71,7 @@
<span id="status"></span>
</footer>
<script src="/static/charts.js"></script>
<script src="/static/app.js"></script>
</body>
</html>