Add separate kline.db and pre-seed small-account four-product K-lines on startup.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-02 15:22:52 +08:00
parent 972ab5d08b
commit 5328673ce8
11 changed files with 215 additions and 33 deletions
+1
View File
@@ -521,6 +521,7 @@
function klineSourceLabel(src) {
if (src === 'local') return '本地缓存';
if (src === 'local_seed') return '本地预下载';
return '新浪';
}