diff --git a/settings.yaml b/settings.yaml index aaf4cff7..882f87a9 100644 --- a/settings.yaml +++ b/settings.yaml @@ -12,6 +12,15 @@ spec: label: 导航栏左侧相关链接 placeholder: 请填写 metadata name help: "需要通过开发者模式获取菜单对应的 metadata name" + - $formkit: radio + name: right_menu + label: 右侧四个按钮 + value: true + options: + - label: 显示 + value: true + - label: 隐藏 + value: false - $formkit: text name: site_title label: 标题 diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index e1454742..517bad91 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -732,9 +732,9 @@ table td, table th { vertical-align: middle } +/* 选中内容的颜色 */ ::selection { - background: #0079ff; - color: #f7f7f7 + color: #b5b8ef } button { @@ -10392,7 +10392,6 @@ b, strong { } #article-container.post-content h1, #article-container.post-content h2, #article-container.post-content h3, #article-container.post-content h4 { - display: flex; align-items: center; justify-content: space-between; flex-direction: row-reverse diff --git a/templates/modules/widgets/nav-right.html b/templates/modules/widgets/nav-right.html index dc3803bb..0419e3d1 100644 --- a/templates/modules/widgets/nav-right.html +++ b/templates/modules/widgets/nav-right.html @@ -2,7 +2,7 @@ -