减少日志

This commit is contained in:
tangly1024
2023-07-28 20:45:46 +08:00
parent beeed7f632
commit e1976aaf3e
8 changed files with 6 additions and 14 deletions

View File

@@ -27,7 +27,6 @@ const TwikooCommentCounter = (props) => {
urls: posts?.map(post => post.slug), // 不包含协议、域名、参数的文章路径列表,必传参数
includeReply: true // 评论数是否包括回复默认false
}).then(function (res) {
// console.log('查询', res)
commentsData = res
updateCommentCount()
}).catch(function (err) {