实现收藏页面

This commit is contained in:
yuchenglong
2026-01-16 15:18:42 +08:00
parent d20080eaf3
commit 69e7a87de6
5 changed files with 378 additions and 3 deletions

View File

@@ -7,6 +7,14 @@
"finished": "Finished",
"fav": "Favorites"
},
"favorites": {
"filter_match": "Matches",
"filter_team": "Teams",
"filter_player": "Players",
"filter_league": "Leagues",
"no_data": "No favorites found",
"unknown": "Unknown"
},
"settings": {
"title": "Settings",
"theme": "Theme",

View File

@@ -7,6 +7,14 @@
"finished": "已完成",
"fav": "收藏"
},
"favorites": {
"filter_match": "比赛",
"filter_team": "球队",
"filter_player": "球员",
"filter_league": "联赛",
"no_data": "暂无收藏",
"unknown": "未知"
},
"settings": {
"title": "设置",
"theme": "主题",