l2/l2_data_manager_new.py
@@ -648,7 +648,12 @@ """ can_buy_result = CodePlateKeyBuyManager.can_buy(code) if can_buy_result: return can_buy_result[5] if can_buy_result[5]: return can_buy_result[5] elif not can_buy_result[0] and can_buy_result[1]: # 10:00:00 前的独苗可激进买入 if tool.trade_time_sub(tool.get_now_time_str(),"10:00:00") <=0: return ["独苗"] return None @classmethod