更改页码显示
去除不必要的设置
This commit is contained in:
浪子
2024-07-25 08:21:49 +08:00
parent 8c696e028c
commit 6ee130ce3d
8 changed files with 50 additions and 3966 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
}
initCopyright() {
const copyright = `<div class="site--footer__info">
Theme <a href="https://fatesinger.com/101971" target="_blank">farallon</a> by bigfa / version ${this.VERSION}
Theme <a href="https://fatesinger.com/101971" target="_blank">farallon</a> by bigfa <a href="https://www.imsun.org" target="_blank">&nbsp;Made with Sun</a> / version ${this.VERSION}
</div>`;
document.querySelector(".site--footer__content").insertAdjacentHTML("afterend", copyright);
document.querySelector(".icon--copryrights").addEventListener("click", () => {