From f716faec1e15f84973be0f4dda1bc1d6af83fc6d Mon Sep 17 00:00:00 2001 From: "1152958806@qq.com" <1152958806@qq.com> Date: Wed, 18 Oct 2023 00:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + package.json | 2 +- templates/assets/zhheo/zhheoblog.css | 6 +++--- templates/modules/widgets/page.html | 2 +- theme.yaml | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 521f70ed..ea06518d 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ - 追番插件 [plugin-bilibili-bangumi](https://githubfast.com/Roozenlz/plugin-bilibili-bangumi) - 图库插件 [plugin-photos](https://githubfast.com/halo-sigs/plugin-photos) - 主题标签 [plugin-haotag](https://githubfast.com/chengzhongxue/plugin-haotag) +- 我的装备 [plugin-equipments](https://githubfast.com/chengzhongxue/plugin-equipments) > 更多插件请参见:https://githubfast.com/halo-sigs/awesome-halo diff --git a/package.json b/package.json index 86c33ec9..823547af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "halo-theme-hao", - "version": "1.3.9", + "version": "1.4.0", "dependencies": { } } diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index e874548b..d390d205 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -13293,7 +13293,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small { #page .tag-cloud-list a:hover { background: var(--heo-theme) !important; box-shadow: var(--heo-shadow-blue); - color: var(--heo-white) !important; + color: var(--heo-card-bg)!important; border: var(--style-border-hover); } @@ -13467,13 +13467,13 @@ figure.gallery-group:hover .gallery-group-name::after { } #tag #tag-page-tags a.select { - color: var(--heo-white) !important; + color: var(--heo-card-bg)!important; background: var(--heo-theme); box-shadow: var(--heo-shadow-theme); } #tag #tag-page-tags a:hover { - color: var(--heo-white) !important; + color: var(--heo-card-bg)!important; background: var(--heo-theme); box-shadow: var(--heo-shadow-theme); } diff --git a/templates/modules/widgets/page.html b/templates/modules/widgets/page.html index 1d47a43a..ada0170e 100644 --- a/templates/modules/widgets/page.html +++ b/templates/modules/widgets/page.html @@ -12,7 +12,7 @@ - diff --git a/theme.yaml b/theme.yaml index 15fb8253..c5ffecad 100644 --- a/theme.yaml +++ b/theme.yaml @@ -51,5 +51,5 @@ spec: repo: https://githubfast.com/liuzhihang/halo-theme-hao settingName: "theme-hao-setting" configMapName: "theme-hao-configMap" - version: "1.3.9" + version: "1.4.0" require: ">=2.8.0"