自定列表导航栏

This commit is contained in:
juguohong
2025-08-24 23:56:03 +08:00
parent 58bacb3a47
commit 01d3acb6d9
20 changed files with 393 additions and 85 deletions

View File

@@ -16,8 +16,8 @@ export interface IFilterOptions {
location: string
time: string
ntrp: [number, number]
site: string
wanfa: string
court_type: string
game_play: string
}
export interface ListState {
matches: TennisMatch[]
@@ -37,6 +37,8 @@ export interface ListState {
}
timeBubbleData: BubbleOption[]
locationOptions: BubbleOption[]
gamePlayOptions: BubbleOption[]
gamesNum: number
}
export interface ListState {
@@ -139,6 +141,7 @@ export interface FilterPopupProps {
onClear: () => void;
visible: boolean;
onClose: () => void;
statusNavbarHeigh: number
}
// 列表卡片