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
+5
View File
@@ -30,6 +30,11 @@ export function communityPostSetRecommend(params: any) {
return request.post({ url: '/community.communityPost/setRecommend', params })
}
// 帖子推荐流排序
export function communityPostSetSort(params: any) {
return request.post({ url: '/community.communityPost/setSort', params })
}
// 帖子设话题
export function communityPostSetTopic(params: any) {
return request.post({ url: '/community.communityPost/setTopic', params })