feat: redesign community tab page

This commit is contained in:
hajimi
2026-08-02 00:42:11 +08:00
parent 07a366cf3a
commit 0b46d497ae
8 changed files with 988 additions and 1383 deletions
+4 -2
View File
@@ -32,13 +32,15 @@ const nativeTabbar = [
'/pages/match/match',
'/pages/crypto/crypto',
'/pages/lottery_analysis/lottery_analysis',
'/pages/empty/empty',
'/pages/community/community',
'/pages/user/user'
]
const tabbarRouteAliasMap: Record<string, string> = {
'/pages/match/match': '/packages_match/pages/worldcup',
'/pages/lottery_analysis/lottery_analysis': '/packages_lottery/pages/index',
'/pages/empty/empty': '/packages_community/pages/index'
// 兼容仍由后台配置和历史链接引用的旧社区地址。
'/pages/empty/empty': '/pages/community/community',
'/packages_community/pages/index': '/pages/community/community'
}
const tabbarList = computed(() => {
return appStore.getTabbarConfig