chore: commit pending gateway changes

This commit is contained in:
2026-05-10 22:34:15 +08:00
parent 53f8edfb67
commit d59756a27c
71 changed files with 15106 additions and 656 deletions
+5 -5
View File
@@ -69,13 +69,13 @@
border: 0;
border-radius: 7px;
background: transparent;
color: #344054;
color: var(--text-normal);
text-align: left;
}
.docsGroup button[data-active="true"] {
background: #f5f6f8;
color: #111827;
background: var(--surface-muted);
color: var(--text-strong);
}
.docsArticle {
@@ -100,7 +100,7 @@
.docsLead {
margin: 18px 0 24px;
color: #475467;
color: var(--text-soft);
line-height: 1.7;
}
@@ -128,7 +128,7 @@
gap: 12px;
padding: 13px 16px;
border-bottom: 1px solid #f0f2f5;
color: #475467;
color: var(--text-soft);
font-size: 13px;
}