feat: use community categories for topic navigation

This commit is contained in:
hajimi
2026-08-02 18:44:35 +08:00
parent 75b003619b
commit 3c2dddd6d1
3 changed files with 73 additions and 35 deletions
+5
View File
@@ -57,6 +57,11 @@ export function getTagLists() {
return request.get({ url: '/community/tagLists' })
}
// 社区分类列表
export function getCommunityCategoryLists() {
return request.get({ url: '/community/categoryLists' })
}
// 社区用户统计(积分、关注等)
export function getCommunityUserStats() {
return request.get({ url: '/community/userStats' })