搜索页面样式

This commit is contained in:
xianyi
2026-01-13 11:10:07 +08:00
parent b06c7027a0
commit fbdc06b3be
5 changed files with 1146 additions and 3 deletions

View File

@@ -69,5 +69,31 @@
"badminton": "羽毛球",
"snooker": "斯诺克",
"volleyball": "排球"
},
"search": {
"title": "搜索",
"subtitle": "球队 · 球员 · 联赛",
"placeholder": "搜索球队、球员、联赛",
"recent": "最近搜索",
"clear": "清除",
"results": "结果",
"found": "个结果",
"tap_to_open": "点击打开",
"no_results": "无结果",
"no_results_hint": "尝试其他关键词或切换分类",
"type": {
"team": "球队",
"player": "球员",
"league": "联赛"
},
"detail": {
"country": "国家",
"league": "联赛",
"season": "赛季",
"team": "球队",
"position": "位置",
"open": "打开详情",
"save": "保存到最近"
}
}
}