取消关注添加确认弹窗、个人页添加往期球局

This commit is contained in:
2025-09-22 21:33:43 +08:00
parent c4d387473c
commit 186d5b8a3a
8 changed files with 206 additions and 58 deletions

View File

@@ -10,7 +10,8 @@ export interface TennisMatch {
skillLevel: string
matchType: string
images: string[]
shinei: string
shinei: string,
end_time: string,
}
export interface IFilterOptions {
dateRange: [string, string], // 日期区间