Skip to content

Commit

Permalink
Fix. 转移域引用
Browse files Browse the repository at this point in the history
  • Loading branch information
RavelloH authored Oct 4, 2024
1 parent fc22276 commit 1856a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions origin/assets/js/display.js
Original file line number Diff line number Diff line change
Expand Up @@ -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})`);
}

Expand Down Expand Up @@ -876,4 +876,4 @@ function sortArticles(mode) {
setTimeout(() => {
resetTagList();
}, 300);
}
}

0 comments on commit 1856a1e

Please sign in to comment.