This commit is contained in:
Jerry
2022-02-19 00:43:57 +08:00
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ script.
envId: '!{envId}',
region: '!{region}',
onCommentLoaded: function () {
btf.loadLightbox(document.querySelectorAll('#twikoo .tk-content img:not(.vemoji)'))
btf.loadLightbox(document.querySelectorAll('#twikoo .tk-content img:not(.tk-owo-emotion)'))
}
}, !{JSON.stringify(option)}))
}