修改 列表 时间格式化问题

This commit is contained in:
张成
2025-10-18 20:17:31 +08:00
parent da72c92458
commit 9f5fdfd1a5
5 changed files with 239 additions and 30 deletions

View File

@@ -207,6 +207,7 @@ export interface ListCardProps {
id: string | number,
title: string,
start_time: string,
end_time?: string, // 结束时间
location: string,
distance_km: number,
current_players: number,