fix(leaderboard): 修复加载期空白页,加 loading 图标

- leaderboard.json 未注册 ui-skeleton,骨架屏不渲染致 loading 期空白
- 注册 ui-skeleton,骨架屏恢复 shimmer
- 骨架屏上方加主题色旋转加载图标 + "加载中…"

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
liucheng
2026-07-25 14:21:04 +08:00
parent ed7029faf9
commit e682f07892
3 changed files with 39 additions and 2 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
{
"navigationBarTitleText": "排行榜",
"enablePullDownRefresh": true,
"usingComponents": {}
"usingComponents": {
"ui-skeleton": "../../components/ui-skeleton/ui-skeleton"
}
}