更新版本号

This commit is contained in:
1152958806@qq.com 2023-10-18 00:11:26 +08:00
parent dec8cbfe0d
commit f716faec1e
5 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "halo-theme-hao",
"version": "1.3.9",
"version": "1.4.0",
"dependencies": {
}
}

View File

@ -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);
}

View File

@ -12,7 +12,7 @@
<!-- 页码按钮 -->
<th:block th:if="${pageInfo.page > 3}">
<a class="page-number" th:href="${paths}" th:text="1" onclick="scrollToPost()></a>
<a class="page-number" th:href="${paths}" th:text="1" onclick="scrollToPost()"></a>
<span class="space" th:if="${pageInfo.page != 4}"></span>
</th:block>

View File

@ -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"