目录模糊效果开关
This commit is contained in:
parent
14f19fc7ca
commit
e86beeb99a
|
@ -1202,6 +1202,15 @@ spec:
|
||||||
- label: 关闭
|
- label: 关闭
|
||||||
value: false
|
value: false
|
||||||
help: 文章主色匹配图片颜色
|
help: 文章主色匹配图片颜色
|
||||||
|
- $formkit: radio
|
||||||
|
name: opacity
|
||||||
|
label: 目录模糊效果
|
||||||
|
value: true
|
||||||
|
options:
|
||||||
|
- label: 打开
|
||||||
|
value: true
|
||||||
|
- label: 关闭
|
||||||
|
value: false
|
||||||
- $formkit: group
|
- $formkit: group
|
||||||
name: aiDescription
|
name: aiDescription
|
||||||
label: 文章 AI 摘要
|
label: 文章 AI 摘要
|
||||||
|
|
|
@ -32,4 +32,10 @@
|
||||||
[data-theme=light] {
|
[data-theme=light] {
|
||||||
--halo-search-widget-color-result-item-title : #4B5563
|
--halo-search-widget-color-result-item-title : #4B5563
|
||||||
}
|
}
|
||||||
|
[# th:if="${!theme.config.post.opacity}"]
|
||||||
|
#aside-content #card-toc .toc-content a.toc-link:not(.active) {
|
||||||
|
opacity: 1;
|
||||||
|
filter: blur(0px);
|
||||||
|
}
|
||||||
|
[/]
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue