From f503bf53ac74b5ef71fed4dccc3e28c24a804d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E9=87=8E?= Date: Sun, 31 Aug 2025 20:20:04 +0800 Subject: [PATCH] merge --- types/publishBall.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/publishBall.ts b/types/publishBall.ts index 198215c..a0bc55c 100644 --- a/types/publishBall.ts +++ b/types/publishBall.ts @@ -1,7 +1,7 @@ export interface PublishBallFormData { title: string // 球局标题 - image_list: string[] // 球局封面 + image_list: {url: string, id: string}[] // 球局封面 timeRange: { start_time: string, end_time: string