This commit is contained in:
筱野
2025-08-31 20:20:04 +08:00
parent f5aff7ce73
commit f503bf53ac

View File

@@ -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