diff --git a/src/services/KaiqiuService.ts b/src/services/KaiqiuService.ts index 046308b..0a16da8 100644 --- a/src/services/KaiqiuService.ts +++ b/src/services/KaiqiuService.ts @@ -96,7 +96,7 @@ export class KaiqiuService { } = await this.getEventInfo(matchId); const event: IEventInfo = { title, - info: [`比赛时间:${startDate}`, place, see, nums], + info: [`比赛时间:${startDate}`, place, [see, nums].join(' ')], url: eventURL, startDate, matchId,