Merge branch master into feature/juguohong/20250816

This commit is contained in:
李瑞
2025-09-08 22:39:13 +08:00
79 changed files with 2440 additions and 2882 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