完善文章一

This commit is contained in:
2025-08-24 20:56:42 +08:00
parent 35344192ee
commit 7470e9b720
3 changed files with 14 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ import './style.scss'
// import './user-theme.css'
export default BlogTheme

View File

@@ -15,4 +15,9 @@
// 亮色模式下切换背景
html:not(.dark) .VPHome::before {
background-image: url(/bgw.jpg);
}
// 隐藏置顶的icon
.blog-item .pin.pin::before {
display: none;
}