Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzhongxue committed Oct 17, 2023
1 parent dec8cbf commit f716fae
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halo-theme-hao",
"version": "1.3.9",
"version": "1.4.0",
"dependencies": {
}
}
6 changes: 3 additions & 3 deletions templates/assets/zhheo/zhheoblog.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion templates/modules/widgets/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f716fae

Please sign in to comment.