783687d7c2
诊断确认:连接页延迟显示 — 是因为扩展回给主 app 的 urltest 数组恒为空(speeds 正常)。 根因:libbox command 协议是「一连接一命令」,把 Status 与 Group addCommand 到同一 client 只有 Status 生效,Group 永不回调 → 无 urltest。对齐 sing-box-for-apple:每命令各开一个 client。新增 groupClient 专订 Group + 跑 urlTest,延迟即随统计帧回到连接页(与 Windows 同源)。 扩展代码变更 → CURRENT_PROJECT_VERSION 45→46,让 sysextd 重装。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>