feat: rank community recommendation feed

This commit is contained in:
hajimi
2026-08-02 18:39:36 +08:00
parent 3fc4703986
commit 51cd9898a7
9 changed files with 122 additions and 3 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ const fetchPosts = async (reset = false) => {
try {
const params: Record<string, any> = { page_no: page.value, page_size: pageSize }
if (activeFeed.value === 'recommend') params.is_recommend = 1
if (activeFeed.value === 'recommend') params.feed = 'recommend'
if (activeFeed.value === 'follow') params.follow = 1
if (activeFeed.value === 'hot') params.is_hot = 1
if (activeFeed.value === 'topic') params.is_topic = 1