Revert "feat: 把 A 端的 Session/KCP/视频/控制 都收口到一个本地 daemon 进程里,Django 和输入发送端都改成通过本机 UDS HTTP 去访问它,同时补齐了观测、性能和可用性上的几个关键问题。"

This reverts commit aca23e91d7.
This commit is contained in:
2026-04-01 22:15:47 +08:00
parent aca23e91d7
commit 1e828cc036
12 changed files with 325 additions and 242 deletions

View File

@@ -35,8 +35,8 @@ const updatedAt = computed(() => {
<strong>{{ network?.jitter_ms ?? '--' }} ms</strong>
</div>
<div class="stat-card">
<span>Retrans</span>
<strong>{{ network?.retrans_pct ?? network?.packet_loss_pct ?? '--' }} %</strong>
<span>丢包率</span>
<strong>{{ network?.packet_loss_pct ?? '--' }} %</strong>
</div>
<div class="stat-card">
<span>信号强度</span>
@@ -148,3 +148,4 @@ h2 {
}
}
</style>