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

@@ -41,7 +41,7 @@ def with_retry(site_name, label, flow, reset, max_attempts=3):
return False
# 站点首页 URL异常兜底重置用也供 main_router 的 SITES_CONFIG 引用(单一来源)
# 站点首页 URL异常兜底重置用也供 runtime 的 SITES_CONFIG 引用(单一来源)
HOME_URL = "https://sxne.sxjdfreight.com"