From b8fe08f995bfbc0190efc9362ad7d8fdef2efa82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=B0=E5=9B=B0=E9=B1=BC?= <89380218+chengzhongxue@users.noreply.github.com> Date: Tue, 22 Aug 2023 11:22:17 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/macro/author-content.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/macro/author-content.html b/templates/macro/author-content.html index 0c2e124e..3d47b16a 100644 --- a/templates/macro/author-content.html +++ b/templates/macro/author-content.html @@ -11,11 +11,11 @@ - \ No newline at end of file + From 8ffa17df9c3e75a5237ebce974c8c3d2c8a02c24 Mon Sep 17 00:00:00 2001 From: Roozen <93673944+Roozenlz@users.noreply.github.com> Date: Wed, 23 Aug 2023 00:11:22 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=84=E5=88=86?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E6=97=B6=E6=98=BE=E7=A4=BA=E9=94=99=E4=BD=8D?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20(#439)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/macro/bangumi-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macro/bangumi-item.html b/templates/macro/bangumi-item.html index 60631497..c999f4a2 100644 --- a/templates/macro/bangumi-item.html +++ b/templates/macro/bangumi-item.html @@ -41,7 +41,7 @@ 评分 - [[${spec.score}]] + From 70ede4f67956b02ce02f20a42f24674431ae6bee Mon Sep 17 00:00:00 2001 From: Roozen <93673944+Roozenlz@users.noreply.github.com> Date: Wed, 23 Aug 2023 00:17:51 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=BD=E7=95=AA?= =?UTF-8?q?=E9=A1=B5=E6=95=B0=E6=8D=AE=E4=B8=BA=E7=A9=BA=E6=97=B6=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E4=BD=8D=E7=9A=84=E9=97=AE=E9=A2=98=20(#440)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/macro/bangumi-item.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/macro/bangumi-item.html b/templates/macro/bangumi-item.html index c999f4a2..e1930676 100644 --- a/templates/macro/bangumi-item.html +++ b/templates/macro/bangumi-item.html @@ -21,23 +21,23 @@ [[${spec.type}]] - [[${spec.area}]] + 总播放 - [[${spec.view}]] + 追番人数 - [[${spec.follow}]] + 硬币数 - [[${spec.coin}]] + 弹幕总数 - [[${spec.danmaku}]] + 评分 From 530961665fd5c55321db7afe23b237a522ca6ae9 Mon Sep 17 00:00:00 2001 From: Roozen <93673944+Roozenlz@users.noreply.github.com> Date: Wed, 23 Aug 2023 14:12:48 +0800 Subject: [PATCH 4/4] 1.3.4 (#442) --- README.md | 2 +- package.json | 2 +- theme.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0260ae6..1960aa38 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

- Halo version + Halo version size diff --git a/package.json b/package.json index 6593966d..f8f801ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "halo-theme-hao", - "version": "1.3.3", + "version": "1.3.4", "dependencies": { } } diff --git a/theme.yaml b/theme.yaml index 1aaca840..56b5c3ee 100644 --- a/theme.yaml +++ b/theme.yaml @@ -47,5 +47,5 @@ spec: repo: https://github.com/liuzhihang/halo-theme-hao settingName: "theme-hao-setting" configMapName: "theme-hao-configMap" - version: "1.3.3" + version: "1.3.4" require: ">=2.8.0"