变量名

This commit is contained in:
tangly1024
2023-05-07 19:05:32 +08:00
parent baa6fa753f
commit 9e6193c49d
9 changed files with 19 additions and 8 deletions

View File

@@ -66,8 +66,7 @@ const TwikooCommentCounter = (props) => {
if (props?.posts && props?.posts?.length > 0) {
fetchTwikooData(props.posts)
}
// }, [router.events])
})
}, [router.events])
// 监控主题变化时的的评论数
useEffect(() => {

View File

@@ -0,0 +1,12 @@
/**
* 显示最近评论 TODO
* @returns {JSX.Element}
* @constructor
*/
const TwikooRecentComments = (props) => {
return null
}
export default TwikooRecentComments