🐛 Fixed the waline settings & color.

This commit is contained in:
elkan1788 2024-08-03 23:07:03 +08:00
parent 77da27a94b
commit 85c3eb9d3b
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ NexT.plugins.comments.waline3 = function () {
requiredMeta : ${JSON.stringify(requiredmeta)},
reaction : ${reaction},
serverURL : '${serverurl}',
dark : 'html[data-theme="dark"]'
});
NexT.utils.hiddeLodingCmp('${element}');

View File

@ -842,6 +842,7 @@ params:
# placeholder: "请文明发言哟 ヾ(≧▽≦*)o"
# sofa: "快来发表你的意见吧 (≧∀≦)ゞ"
# emoji: false
# search: true
# imgUploader: false
# wordLimit: 200
# requiredMeta: ['nick', 'mail']