fix gateway loopback validation chains

This commit is contained in:
2026-05-11 08:48:02 +08:00
parent ff666b1ece
commit ca7e76e815
42 changed files with 1641 additions and 129 deletions
+17
View File
@@ -224,6 +224,23 @@ strong {
gap: 14px;
}
.taskList {
display: grid;
gap: 14px;
}
.taskRecordHeader {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px 12px;
color: var(--muted-foreground);
}
.taskRecordHeader strong {
color: var(--text-strong);
}
.appShell {
min-height: 100vh;
}