docs: update stale module-name references in comments and docstrings
Replace pre-rename references (main_router, db_store, server.py) in code comments and docstrings with their new locations (cli/router, store, cli/server, runtime). Comment-only; no behavior change. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
# 阶段1:服务化共享核心。把"启动浏览器 + 各站就绪 + 弹窗 + 心跳初值"
|
||||
# (launch_and_prepare)、"执行一条任务"(dispatch_task)、"一轮心跳"(run_heartbeat)
|
||||
# 抽出来,供
|
||||
# - main_router.py(交互菜单模式:调试 / 人工操作)
|
||||
# - server.py(FastAPI 服务模式:常驻 + 接收 API 指令)
|
||||
# - cli/router.py(交互菜单模式:调试 / 人工操作)
|
||||
# - cli/server.py(FastAPI 服务模式:常驻 + 接收 API 指令)
|
||||
# 共同复用,避免两处重复维护。
|
||||
#
|
||||
# 线程模型:launch_and_prepare 内 sync_playwright().start() 必须在"持有 Playwright 的
|
||||
|
||||
Reference in New Issue
Block a user