焕新网络/系统页 UI,并加入基于出口的分流诊断与 Nomadro 场景推荐。

简化分流文案与手动检测交互,系统页对齐管线/芯片/ScoreRing 设计语言;README 同步更新。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
eric
2026-07-08 20:09:40 -05:00
parent 0661c33610
commit 5f1b9db2dc
20 changed files with 1909 additions and 344 deletions

View File

@@ -124,7 +124,7 @@ async def _get_ip_quality_cached(*, force_refresh: bool) -> dict[str, Any]:
async def _get_network_status_cached(*, force_refresh: bool) -> dict[str, Any]:
return await _cached_fetch(
"network",
"network_v2",
ttl=_NETWORK_TTL_SECONDS,
force_refresh=force_refresh,
fetcher=run_network_dashboard,