docs: 为已有的路由编写完整名称和文档

This commit is contained in:
2026-05-30 00:22:36 +08:00
parent 52f6904bef
commit 884cea53a1
7 changed files with 197 additions and 44 deletions
+23 -2
View File
@@ -36,8 +36,29 @@
scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
}
/* vitepress-openapi */
/* ===== vitepress-oepnapi ===== */
/* Details */
details {
padding: 10px 6px;
border-width: 1px;
border-radius: 6px;
border-color: transparent;
transition: all 0.3s ease;
}
details[open] {
border-color: rgba(255, 255, 255, 0.3)
}
details>summary {
text-align: center;
list-style: none;
}
/* 底部 */
div.vitepress-openapi {
background: linear-gradient(45deg, hsla(58, 100%, 92%, 0.6), hsla(128, 100%, 75%, 0.5));
border: 1px solid #64ffc4;
border-radius: 6px;
margin: 48px auto 0;
@@ -48,4 +69,4 @@ div.vitepress-openapi {
div.vitepress-openapi p {
line-height: 8px;
}
}