焕新网络/系统页 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

@@ -333,9 +333,9 @@ def _build_checks(
split = d_ip != o_ip
add(
"split_exit",
"默认出口与海外采样出口不同",
"分流",
split,
"分流可能正常" if split else "两路出口相同,可能未分流",
"两路 IP 不同" if split else "两路 IP 相同",
)
if client_tz and d.get("country_code"):
@@ -401,8 +401,8 @@ async def run_ip_profile(
if overseas_ip:
overseas_api = await _ip_api_lookup(client, overseas_ip)
default_exit = _build_exit_profile("默认出口", default_api, ping0)
overseas_exit = _build_exit_profile("海外采样出口", overseas_api)
default_exit = _build_exit_profile("当前出口", default_api, ping0)
overseas_exit = _build_exit_profile("海外线路", overseas_api)
checks = _build_checks(
default_exit,