修改bug

This commit is contained in:
jackyu66git
2026-04-08 01:27:57 +08:00
parent 3fbcc354d8
commit 957ef62407
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -42,6 +42,10 @@ class ChanBIZS():
def add_bi(self, bi: ChanBI):
if bi:
self.bi_list.append(bi)
if bi.high > self.gg:
self.gg = bi.high
if bi.low < self.dd:
self.dd = bi.low
bi.set_bi_zs(self)
self.classify_zs()
def set_pre(self, pre):