This commit is contained in:
juguohong
2025-08-30 18:20:50 +08:00
parent 1cb303b86d
commit d92419f3c5
23 changed files with 456 additions and 266 deletions

View File

@@ -1,6 +1,6 @@
// 网球比赛数据接口
export interface TennisMatch {
id: string
id: number
title: string
dateTime: string
location: string
@@ -39,6 +39,7 @@ export interface ListState {
locationOptions: BubbleOption[]
gamePlayOptions: BubbleOption[]
gamesNum: number
isScrollTop: boolean
}
export interface ListState {