feat: improve stock detail view and update docs

This commit is contained in:
wanghep
2026-05-02 18:27:36 +08:00
parent a492c73cc6
commit 597aef1271
21 changed files with 1739 additions and 1481 deletions

View File

@ -7,7 +7,7 @@ from _bootstrap import add_src_to_path
add_src_to_path()
from lhbfx.after_market import SHANGHAI_TZ, default_trade_date, run_after_market_update
from lhbfx.after_market import default_trade_date, run_after_market_update
def parse_args() -> argparse.Namespace:

View File

@ -1,7 +1,6 @@
from __future__ import annotations
import argparse
from pathlib import Path
from _bootstrap import add_src_to_path