diff --git a/src/pages/ExportPage.tsx b/src/pages/ExportPage.tsx index f897e62..4f18a72 100644 --- a/src/pages/ExportPage.tsx +++ b/src/pages/ExportPage.tsx @@ -6112,7 +6112,7 @@ function ExportPage() { {sessionSnsRankMode === 'likes' ? '暂无点赞数据' : '暂无评论数据'} ) : ( - sessionSnsActiveRankings.slice(0, 10).map((item, index) => ( + sessionSnsActiveRankings.slice(0, 15).map((item, index) => (
{index + 1} {item.name}