This commit is contained in:
eric
2026-03-26 05:35:31 -05:00
parent bc6e550b95
commit cbe4585ff4
14 changed files with 78 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
"""
工作台 /client/overviewYouTube 频道摘要、微信绑定摘要EasyTier 节点数由 Electron 主进程补充)
工作台 /client/overviewYouTube 频道摘要、微信绑定摘要。
多路转播语义:每条线路为「一个抖音直播间 ↔ 一个 YouTube 串流」一对一;
禁止同一抖音直播间同时向多个 YouTube 频道推流;禁止多条线路共用同一串流密钥(避免串台)。
@@ -251,5 +251,4 @@ def build_client_overview(config_dir: Path, base_dir: Path) -> dict[str, Any]:
"relayValidationErrors": relay_errors,
"relayNotes": relay_notes,
"wechat": wechat,
"easyTierPeersNote": "peer 数量由 Electron 调用 easytier-cli peer list 获取",
}