修复 OKX K 线无 since 时只拉 300 根的问题,并加入行情快捷键

- fetch_ohlcv_for_hub:无 since 时按目标根数分页拉取(OKX/Gate 单次约 300)

- hub_kline_store 全量补拉传 fetch_start_ms

- 行情区:数字键切换周期、Ctrl+空格全屏、Esc 退出全屏

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-02 14:51:37 +08:00
parent 16927444d7
commit bfffc7d984
6 changed files with 241 additions and 26 deletions
+4
View File
@@ -1970,6 +1970,10 @@ body.login-page {
font-variant-numeric: tabular-nums;
}
.market-countdown.market-tf-key-hint {
color: #ffb84d;
}
.market-chart-wrap {
display: flex;
flex-direction: column;