This commit is contained in:
Jerry
2023-12-29 23:01:58 +08:00
parent 63fb690d02
commit 6a99a80758
10 changed files with 45 additions and 27 deletions

View File

@@ -12,6 +12,13 @@ script.
path: window.location.pathname,
comment: !{lazyload ? false : count},
}, !{JSON.stringify(option)}))
const destroyWaline = () => {
waline.destroy()
}
btf.addGlobalFn('pjax', destroyWaline, 'destroyWaline')
}
const loadWaline = async () => {