合并代码

This commit is contained in:
筱野
2025-09-07 20:36:28 +08:00
22 changed files with 1058 additions and 465 deletions

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