diff --git a/settings.yaml b/settings.yaml index 5d23fddc..d13dcc0e 100644 --- a/settings.yaml +++ b/settings.yaml @@ -2399,6 +2399,15 @@ spec: value: true - label: 禁用 value: false + - $formkit: radio + name: tagRandomColorEnable + label: 标签云随机颜色效果 + value: false + options: + - label: 启用 + value: true + - label: 禁用 + value: false - $formkit: group name: greeting label: 首页问候语 diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index 47f2580b..4760587c 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -10562,7 +10562,7 @@ div#author-info__sayhi:hover { /* 标签云卡片 */ #aside-content .card-tag-cloud a { - color: var(--heo-fontcolor) !important; + color: var(--heo-fontcolor); font-size: 0.8rem; border-radius: 8px; } diff --git a/templates/modules/widgets/aside/contain/tags-contain.html b/templates/modules/widgets/aside/contain/tags-contain.html index 363c4ae9..64d3ead0 100644 --- a/templates/modules/widgets/aside/contain/tags-contain.html +++ b/templates/modules/widgets/aside/contain/tags-contain.html @@ -1,21 +1,25 @@ -
标签
- [[${tag.spec.displayName}]] -
+