💄 Add comment counter in home & page.

This commit is contained in:
凡梦星尘
2022-10-30 11:43:18 +08:00
parent d609eecb23
commit e1c088c355
11 changed files with 91 additions and 46 deletions

View File

@@ -5,6 +5,7 @@ NexT.plugins.comments.waline = function() {
|| !NexT.utils.checkDOMExist(element)) return;
const {
comment,
emoji,
imguploader,
pageview,
@@ -39,6 +40,7 @@ NexT.plugins.comments.waline = function() {
locale,
el : element,
pageview : pageview,
comment : comment,
emoji : emoji,
imageUploader : imguploader,
wordLimit : wordlimit,