Skip to content

Commit

Permalink
bug(twikoo): 修复sidebar总评论数
Browse files Browse the repository at this point in the history
  • Loading branch information
everfu committed Jan 18, 2025
1 parent a40e9f9 commit 67d7dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/includes/widgets/sidebar/twikoo.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ script(pjax).
body: JSON.stringify({
"event": "GET_RECENT_COMMENTS",
"includeReply": true,
"pageSize": -1
"pageSize": 999
}),
headers: {'Content-Type': 'application/json'}
}).then(res => res.json()).then(async ({data}) => {
Expand Down

0 comments on commit 67d7dc3

Please sign in to comment.