更新版本号
This commit is contained in:
parent
dec8cbfe0d
commit
f716faec1e
|
@ -100,6 +100,7 @@
|
||||||
- 追番插件 [plugin-bilibili-bangumi](https://githubfast.com/Roozenlz/plugin-bilibili-bangumi)
|
- 追番插件 [plugin-bilibili-bangumi](https://githubfast.com/Roozenlz/plugin-bilibili-bangumi)
|
||||||
- 图库插件 [plugin-photos](https://githubfast.com/halo-sigs/plugin-photos)
|
- 图库插件 [plugin-photos](https://githubfast.com/halo-sigs/plugin-photos)
|
||||||
- 主题标签 [plugin-haotag](https://githubfast.com/chengzhongxue/plugin-haotag)
|
- 主题标签 [plugin-haotag](https://githubfast.com/chengzhongxue/plugin-haotag)
|
||||||
|
- 我的装备 [plugin-equipments](https://githubfast.com/chengzhongxue/plugin-equipments)
|
||||||
|
|
||||||
> 更多插件请参见:https://githubfast.com/halo-sigs/awesome-halo
|
> 更多插件请参见:https://githubfast.com/halo-sigs/awesome-halo
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "halo-theme-hao",
|
"name": "halo-theme-hao",
|
||||||
"version": "1.3.9",
|
"version": "1.4.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13293,7 +13293,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small {
|
||||||
#page .tag-cloud-list a:hover {
|
#page .tag-cloud-list a:hover {
|
||||||
background: var(--heo-theme) !important;
|
background: var(--heo-theme) !important;
|
||||||
box-shadow: var(--heo-shadow-blue);
|
box-shadow: var(--heo-shadow-blue);
|
||||||
color: var(--heo-white) !important;
|
color: var(--heo-card-bg)!important;
|
||||||
border: var(--style-border-hover);
|
border: var(--style-border-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -13467,13 +13467,13 @@ figure.gallery-group:hover .gallery-group-name::after {
|
||||||
}
|
}
|
||||||
|
|
||||||
#tag #tag-page-tags a.select {
|
#tag #tag-page-tags a.select {
|
||||||
color: var(--heo-white) !important;
|
color: var(--heo-card-bg)!important;
|
||||||
background: var(--heo-theme);
|
background: var(--heo-theme);
|
||||||
box-shadow: var(--heo-shadow-theme);
|
box-shadow: var(--heo-shadow-theme);
|
||||||
}
|
}
|
||||||
|
|
||||||
#tag #tag-page-tags a:hover {
|
#tag #tag-page-tags a:hover {
|
||||||
color: var(--heo-white) !important;
|
color: var(--heo-card-bg)!important;
|
||||||
background: var(--heo-theme);
|
background: var(--heo-theme);
|
||||||
box-shadow: var(--heo-shadow-theme);
|
box-shadow: var(--heo-shadow-theme);
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<!-- 页码按钮 -->
|
<!-- 页码按钮 -->
|
||||||
<th:block th:if="${pageInfo.page > 3}">
|
<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>
|
<span class="space" th:if="${pageInfo.page != 4}">…</span>
|
||||||
</th:block>
|
</th:block>
|
||||||
|
|
||||||
|
|
|
@ -51,5 +51,5 @@ spec:
|
||||||
repo: https://githubfast.com/liuzhihang/halo-theme-hao
|
repo: https://githubfast.com/liuzhihang/halo-theme-hao
|
||||||
settingName: "theme-hao-setting"
|
settingName: "theme-hao-setting"
|
||||||
configMapName: "theme-hao-configMap"
|
configMapName: "theme-hao-configMap"
|
||||||
version: "1.3.9"
|
version: "1.4.0"
|
||||||
require: ">=2.8.0"
|
require: ">=2.8.0"
|
||||||
|
|
Loading…
Reference in New Issue