From 9bca332716b3f83d289a947d7dbf53f71ee138da Mon Sep 17 00:00:00 2001 From: UPToZ Date: Fri, 21 Jun 2024 01:03:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E6=9C=80=E8=BF=91=E5=8F=91=E5=B8=83=E6=A8=A1=E5=9D=97=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8E=E7=BD=AE=E9=A1=B6=E6=96=87=E7=AB=A0=E5=86=B2?= =?UTF-8?q?=E7=AA=81=E7=9A=84=E9=97=AE=E9=A2=98=20detailed=EF=BC=9A=201.?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BB=E9=A2=98=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA1.0.3-ce=E3=80=82=202.=E6=9B=B4=E6=96=B0=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E6=9C=80=E4=BD=8EHalo=E7=89=88=E6=9C=AC=E8=A6=81?= =?UTF-8?q?=E6=B1=82=E4=B8=BA>=3D2.15.0=E3=80=82=203.=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E9=97=AE=E9=A2=98=E5=8F=8D=E9=A6=88=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E3=80=82=204.=E5=A2=9E=E5=8A=A0=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E3=80=82=205.=E4=BF=AE=E5=A4=8D=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E6=9C=80=E8=BF=91=E5=8F=91=E5=B8=83=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E4=B8=80=E7=9B=B4=E6=98=BE=E7=A4=BA=E7=BD=AE=E9=A1=B6?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/assets/zhheo/blogex.js | 2 +- .../aside/contain/archive-contain.html | 2 +- .../modules/widgets/aside/recent-posts.html | 58 +++++++++++++------ templates/modules/widgets/console.html | 2 +- theme.yaml | 8 ++- 5 files changed, 50 insertions(+), 22 deletions(-) diff --git a/templates/assets/zhheo/blogex.js b/templates/assets/zhheo/blogex.js index 9242b51..4a2455c 100644 --- a/templates/assets/zhheo/blogex.js +++ b/templates/assets/zhheo/blogex.js @@ -311,7 +311,7 @@ document.addEventListener('scroll', btf.throttle(function () { //友链随机传送 function travelling() { function getLinks() { - const links = "/apis/api.plugin.halo.run/v1alpha1/plugins/PluginLinks/links?keyword=&sort=priority,asc" + const links = "/apis/api.plugin.halo.run/v1alpha1/plugins/PluginLinks/links?keyword=" fetch(links) .then(res => res.json()) .then(json => { diff --git a/templates/modules/widgets/aside/contain/archive-contain.html b/templates/modules/widgets/aside/contain/archive-contain.html index 963e6cb..581159e 100644 --- a/templates/modules/widgets/aside/contain/archive-contain.html +++ b/templates/modules/widgets/aside/contain/archive-contain.html @@ -4,7 +4,7 @@