feat: 品种推荐与下单显示主力合约

推荐列表展示当前主力代码;下单品种支持中文/代码搜索并按交易所分组选择主力合约。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-24 12:56:06 +08:00
parent 3ba3be6035
commit aea9aca472
7 changed files with 94 additions and 41 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ def start_recommend_worker(
*,
db_path: str,
get_capital_fn: Callable,
price_fn: Callable[[str], Optional[float]],
price_fn: Callable[[str], Optional[dict]],
init_tables_fn: Callable | None = None,
interval: int = REFRESH_INTERVAL_SEC,
) -> None: