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:
@@ -521,6 +521,7 @@
|
||||
|
||||
function klineSourceLabel(src) {
|
||||
if (src === 'local') return '本地缓存';
|
||||
if (src === 'local_seed') return '本地预下载';
|
||||
return '新浪';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user