From 1856a1e9a149e4a20c14e11e594e64945a3ad23f Mon Sep 17 00:00:00 2001 From: RavelloH Date: Fri, 4 Oct 2024 10:03:22 +0800 Subject: [PATCH] =?UTF-8?q?Fix.=20=E8=BD=AC=E7=A7=BB=E5=9F=9F=E5=BC=95?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- origin/assets/js/display.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/origin/assets/js/display.js b/origin/assets/js/display.js index 0cc7b498..963c9666 100644 --- a/origin/assets/js/display.js +++ b/origin/assets/js/display.js @@ -292,7 +292,7 @@ function resetTagList() { // 引入评论脚本 function loadComment(path) { - addScript('https://ravelloh.top/assets/js/lib/twikoo.all.min.js', + addScript('https://ravelloh.github.io/assets/js/lib/twikoo.all.min.js', `initComment(${path ? '\''+path+'\'' : undefined})`); } @@ -876,4 +876,4 @@ function sortArticles(mode) { setTimeout(() => { resetTagList(); }, 300); -} \ No newline at end of file +}