- Extract club information (clubId, clubName) from event page in `getEventInfo`. - Update `getMatchDetail` to return both `detail` and `summary`. - Introduce `MatchSummary` interface in `src/types/index.ts`. - Update `EventPage` to display the club name and link to the club page. - Adjust `EventSubscribeService` and loaders to handle the new return structure. - Clean up test files and mock data loading logic. |
||
|---|---|---|
| .. | ||
| data | ||
| fav-dao.test.ts | ||
| kaiqiu-login.test.ts | ||
| kaiqiu.test.ts | ||
| location.test.ts | ||
| redis.test.ts | ||
| utils.test.ts | ||
| xcxapi.test.ts | ||