Add more change

This commit is contained in:
jackyu66git
2025-04-28 18:07:41 +08:00
parent fceb57d2b8
commit f5e76663e6
14 changed files with 13 additions and 2 deletions
Vendored
BIN
View File
Binary file not shown.
+11
View File
@@ -3,3 +3,14 @@ __pycache__/
strategies/__pycache__/ strategies/__pycache__/
/__pycache__ /__pycache__
*.pyc *.pyc
__pycache__/ChanBI.cpython-312.pyc
__pycache__/ChanBSP.cpython-312.pyc
__pycache__/ChanCTime.cpython-312.pyc
__pycache__/ChanEnum.cpython-312.pyc
__pycache__/ChanKLC.cpython-312.pyc
__pycache__/ChanKLU.cpython-312.pyc
__pycache__/ChanLun.cpython-312.pyc
__pycache__/ChanLun_Classifier.cpython-312.pyc
__pycache__/ChanSBI.cpython-312.pyc
__pycache__/ChanSEG.cpython-312.pyc
__pycache__/ChanZS.cpython-312.pyc
+2 -2
View File
@@ -648,7 +648,7 @@ class ChanLun():
if last_top.index + 4 < klc.index and len(bi_list) > 1: if last_top.index + 4 < klc.index and len(bi_list) > 1:
pre_last_bi = bi_list[-2] pre_last_bi = bi_list[-2]
last_bi = bi_list[-1] last_bi = bi_list[-1]
if pre_last_bi.is_sure and not last_bi.is_sure and pre_last_bi.dir == Chan_BI_DIR.UP: if pre_last_bi.is_sure and not last_bi.is_sure and pre_last_bi.dir == Chan_BI_DIR.UP and False:
pre_last_bi.update_bi(klc) pre_last_bi.update_bi(klc)
bi_list.remove(last_bi) bi_list.remove(last_bi)
pre_last_bi.set_next(None) pre_last_bi.set_next(None)
@@ -768,7 +768,7 @@ class ChanLun():
if last_bottom.index + 4 < klc.index and len(bi_list) > 1: if last_bottom.index + 4 < klc.index and len(bi_list) > 1:
pre_last_bi = bi_list[-2] pre_last_bi = bi_list[-2]
last_bi = bi_list[-1] last_bi = bi_list[-1]
if pre_last_bi.is_sure and not last_bi.is_sure and pre_last_bi.dir == Chan_BI_DIR.DOWN: if pre_last_bi.is_sure and not last_bi.is_sure and pre_last_bi.dir == Chan_BI_DIR.DOWN and False:
pre_last_bi.update_bi(klc) pre_last_bi.update_bi(klc)
bi_list.remove(last_bi) bi_list.remove(last_bi)
pre_last_bi.set_next(None) pre_last_bi.set_next(None)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.