修复wss连接、一些未知错误

This commit is contained in:
2026-03-28 18:58:52 +08:00
parent b66ba41431
commit 3d391415c6
8 changed files with 179 additions and 97 deletions

View File

@@ -708,6 +708,15 @@ input.room-code::placeholder {
color: var(--success-green);
}
.connection-hint {
display: block;
margin-top: 8px;
max-width: 42ch;
font-size: 12px;
line-height: 1.5;
color: var(--text-secondary);
}
.close-btn {
width: 36px;
height: 36px;