删除实时行情、盘口深度和监控规则功能

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-04 17:32:39 +08:00
parent 0474e5fb46
commit 9904854cc1
47 changed files with 107 additions and 6059 deletions
+1 -4
View File
@@ -31,10 +31,7 @@ function loadConfig(): QueryConfig {
}
}
/**
* 轻量版:只读取当前配置。
* 供 useQuoteStream 使用。
*/
/** 轻量版:只读取当前配置。 */
export function getQueryConfig(): QueryConfig {
return loadConfig()
}