Commit Graph

6 Commits

Author SHA1 Message Date
6d47134dac 再次提交 2024-08-21 14:19:40 +08:00
fb3257bb75 界面修改 兼容is11 2024-08-21 14:16:54 +08:00
xin
d582d9a82b 修复连续采集时没有时间间隔导致通讯失败从而导致无有法正常连续采集的问题 修改如下
if (this.caijidirection=="UP")
            {
                await this.GetDataDrection("UP",caijiavgNumber);
                await  delay(100)

            }
            if (this.caijidirection=="DOWN")
               { await this.GetDataDrection("DOWN",caijiavgNumber);
                await  delay(100)
               }

            if (this.caijidirection=="ALL")
            {
                await this.GetDataDrection("UP",caijiavgNumber);
                await  delay(100)
                await this.GetDataDrection("DOWN",caijiavgNumber);
                await  delay(100)
            }
            if(this.caijidirection=="DARK")
            {
                await this.GetDataDrection("DARK",caijiavgNumber);
                await  delay(100)
            }
0.4.141
2024-07-03 11:05:42 +08:00
xin
9536fad4c8 readme 2024-07-03 09:25:42 +08:00
xin
682040513d readme 0.4.14 2024-07-03 09:18:39 +08:00
d761f91771 first 2024-07-03 09:12:31 +08:00