diff --git a/templates/assets/js/heo.js b/templates/assets/js/heo.js index 906cc429..28f93a06 100644 --- a/templates/assets/js/heo.js +++ b/templates/assets/js/heo.js @@ -111,7 +111,7 @@ var heo = { footerRandomFriendsBtn.style.transitionDuration = "0.3s"; footerRandomFriendsBtn.style.transform = "rotate(" + 360 * refreshNum++ + "deg)"; function getLinks(){ - const fetchUrl = "/apis/api.plugin.halo.run/v1alpha1/plugins/PluginLinks/links?keyword=&sort=priority,asc" + const fetchUrl = "/apis/api.plugin.halo.run/v1alpha1/plugins/PluginLinks/links?keyword=" fetch(fetchUrl) .then(res => res.json()) .then(json => { diff --git a/templates/assets/zhheo/blogex.js b/templates/assets/zhheo/blogex.js index fd552411..589054df 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 963e6cba..581159e5 100644 --- a/templates/modules/widgets/aside/contain/archive-contain.html +++ b/templates/modules/widgets/aside/contain/archive-contain.html @@ -4,7 +4,7 @@