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:
Misaka_Company
2026-07-23 12:26:34 +08:00
parent a07b9b435b
commit 5ac618c041
8 changed files with 19 additions and 19 deletions

View File

@@ -1,8 +1,8 @@
# main_router.py
# inbound_verify/cli/router.py
#
# 交互菜单模式入口(调试 / 人工操作)。核心 Playwright 管理、任务派发、心跳
# 已抽到 runtime.py 共享;本文件只保留交互菜单与自动化测试。
# 服务模式(常驻 + FastAPI 接收指令)见 server.py。
# 服务模式(常驻 + FastAPI 接收指令)见 cli/server.py。
import os
import queue