完善文档页文本向量与重排序调用支持

This commit is contained in:
2026-05-31 21:18:41 +08:00
parent 8ee7a7969e
commit 644a6f9d17
24 changed files with 1945 additions and 71 deletions
+16
View File
@@ -98,6 +98,22 @@
background: #fff;
}
.docsKeyNotice {
display: grid;
gap: 10px;
padding: 12px;
border: 1px solid #fde68a;
border-radius: 8px;
background: #fffbeb;
color: #92400e;
font-size: 0.8125rem;
line-height: 1.5;
}
.docsKeyNotice .shButton {
justify-self: start;
}
.docsLead {
margin: 18px 0 24px;
color: var(--text-soft);