10.13 修改时间筛选逻辑,去掉分时图线上圆圈展示,修改K线图颜色

This commit is contained in:
尚政杰
2025-10-13 16:48:21 +08:00
parent bf2388c3ec
commit b53bb9715e
93 changed files with 736 additions and 352 deletions

View File

@@ -7046,9 +7046,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "127.0.0.1,192.168.2.28";
const hosts = "127.0.0.1,172.16.102.156";
const port = "8090";
const id = "mp-weixin_KeyeE0";
const id = "mp-weixin_XL9X17";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();