This commit is contained in:
2025-12-01 00:53:29 +08:00
parent 3afa6a3153
commit fa660200fd
2 changed files with 17 additions and 3 deletions

View File

@@ -41,6 +41,9 @@
init()
}
// 手动触发入口,便于在需要时重新初始化
window.runTwikooComments = onLoad
if (document.readyState === 'complete') {
onLoad()
} else {