1
0

feat: 添加文章标签和更新日期信息显示

This commit is contained in:
2025-10-08 19:00:41 +08:00
parent 0a9d6b4622
commit fc400bca79
4 changed files with 92 additions and 1 deletions

View File

@@ -5,6 +5,14 @@
--vp-c-indigo-soft: rgb(66, 165, 245, 0.14);
}
.custom__divider {
border: none;
height: 1px;
width: 100%;
background-color: var(--vp-c-divider);
margin: 0.5em 0;
}
.vp-doc h2 {
padding-top: 0;
border-top: none;