mirror of
https://github.com/handsomezhuzhu/handsomezhuzhu.github.io.git
synced 2026-02-20 20:00:14 +00:00
添加评论,并适当完善主体
This commit is contained in:
@@ -93,6 +93,22 @@ const blogTheme = getThemeConfig({
|
||||
// ],
|
||||
// duration: 0
|
||||
//},
|
||||
comment: {
|
||||
type: 'giscus',
|
||||
options: {
|
||||
repo: 'handsomezhuzhu/handsomezhuzhu.github.io',
|
||||
repoId: 'R_kgDOPjK9uQ',
|
||||
category: 'Q&A',
|
||||
categoryId: 'DIC_kwDOPjK9uc4CukWC',
|
||||
//mapping: 'pathname',
|
||||
//reactionsEnabled: true,
|
||||
//emitMetadata: false,
|
||||
inputPosition: 'top',
|
||||
//theme: 'preferred_color_scheme',
|
||||
lang: 'zh-CN',
|
||||
},
|
||||
mobileMinify: false
|
||||
}
|
||||
})
|
||||
|
||||
export { blogTheme }
|
||||
|
||||
@@ -17,7 +17,9 @@ html:not(.dark) .VPHome::before {
|
||||
background-image: url(/bgw.webp);
|
||||
}
|
||||
|
||||
// 隐藏置顶的icon
|
||||
|
||||
|
||||
.blog-item .pin.pin::before {
|
||||
display: none;
|
||||
// 修改颜色
|
||||
background-image: linear-gradient(#1E90FF, #1E90FF);
|
||||
}
|
||||
Reference in New Issue
Block a user