修改发布球局

This commit is contained in:
筱野
2025-09-28 22:52:45 +08:00
parent e5851c1c3b
commit d61243c887
8 changed files with 245 additions and 70 deletions

View File

@@ -35,5 +35,6 @@ export interface PublishBallFormData {
is_wechat_contact: boolean // 是否需要微信联系
default_wechat_contact: string // 默认微信联系
wechat_contact: string // 微信联系
}
},
[key: string]: any
}