feat: 增加ws重连机制

This commit is contained in:
Baobhan Sith
2025-04-16 15:19:06 +08:00
parent a83b346956
commit 84f0368811
4 changed files with 68 additions and 7 deletions
@@ -224,7 +224,7 @@ const swapDisplay = computed(() => {
.status-item {
display: grid;
/* Simplified grid columns: Label | Value Area - Further increased label width */
grid-template-columns: 100px 1fr;
grid-template-columns: 75px 1fr;
align-items: center;
gap: 0.8rem; /* Keep increased gap */
}