This commit is contained in:
Jerry
2023-11-24 16:42:34 +08:00
parent 7923a15e17
commit 63fb690d02
20 changed files with 637 additions and 62 deletions

View File

@@ -46,7 +46,7 @@ script.
}
let $dom = document.querySelector('#card-newest-comments .aside-list')
$dom.innerHTML= result
$dom && ($dom.innerHTML= result)
window.lazyLoadInstance && window.lazyLoadInstance.update()
window.pjax && window.pjax.refresh($dom)
}