流式传输

This commit is contained in:
yinsx
2025-12-25 15:36:35 +08:00
parent e56f47076c
commit 14bfdcbf51
19 changed files with 1191 additions and 65 deletions

View File

@ -59,6 +59,21 @@ body {
color: #aaa;
}
.toggle-group label {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 0;
color: #ddd;
}
.toggle-group input[type="checkbox"] {
width: 16px;
height: 16px;
margin: 0;
cursor: pointer;
}
input[type="text"],
textarea {
width: 100%;