diff --git a/README.md b/README.md index 5dd77b0a..bb181030 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ | 站点名称 | 站点地址 | |:------:|:-----------------------:| -| 新 · 都在 | https://blog.xindu.site | +| 新 · 都在 | https://blog.xindu.site/?preview-theme=theme-hao | ## ℹ️ 简介 diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index d1c22f94..2b92a816 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -8176,8 +8176,8 @@ div#banners { .tags-group-all45 { display: flex; - transform: rotate(60deg); - margin-top: -130%; + transform: rotate(50deg); + margin-top: -40rem; } .tags-group-all.nowrapMove { @@ -8243,6 +8243,7 @@ div#banners { .tags-group-icon img { width: 60%; + rotate: -50deg; } .nowrapMove .tags-group-icon img { diff --git a/theme.yaml b/theme.yaml index 2c3c8a8c..723b3039 100644 --- a/theme.yaml +++ b/theme.yaml @@ -45,5 +45,5 @@ spec: repo: https://github.com/chengzhongxue/halo-theme-hao settingName: "theme-hao-setting" configMapName: "theme-hao-configMap" - version: "1.5.6" + version: "1.5.7" require: ">=2.17.0"