third_data/kpl_util.py
@@ -280,6 +280,14 @@ return 1 # 获取实时涨停列表中的涨停原因 def get_current_limit_up_reasons(item) -> set: b = {item[5]} if item[6]: b |= set(item[6].split("、")) return b if __name__ == "__main__": print(get_high_level_count("首板")) print(get_high_level_count("5天4板"))