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 '新浪';
|
||||
}
|
||||
|
||||
|
||||
@@ -398,6 +398,7 @@
|
||||
<p class="hint" style="font-size:.88rem;line-height:1.6;margin:0">
|
||||
当前行情源:<strong class="text-accent">{{ quote_label }}</strong><br>
|
||||
现价、浮盈、关键位等业务数据均使用<strong>CTP 柜台行情</strong>(需已连接);仅行情页 K 线图表使用新浪接口。<br>
|
||||
权益 20 万以下四品种(玉米、豆粕、甲醇、螺纹钢)K 线预存在独立库 <code>data/kline.db</code>。<br>
|
||||
合约代码按同花顺格式(如 ag2608、IF2606)。
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user