fix: K线新浪历史补齐与手续费页布局及CTP批量同步

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-24 13:26:53 +08:00
parent 3fe4add8e1
commit de6815d481
8 changed files with 178 additions and 47 deletions
+1
View File
@@ -576,6 +576,7 @@
function klineSourceLabel(src) {
if (src === 'ctp') return 'CTP';
if (src === 'ctp+remote') return '新浪+CTP';
if (src === 'local') return '本地缓存';
return '新浪';
}