feat: add next season pass publish option

This commit is contained in:
yml2213
2026-08-28 18:23:14 +08:00
parent cdab2d8157
commit 006f93a0e7
5 changed files with 34 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ export type PublishForm = {
can_change_game_name: string
/** 是否有全英雄(是/否) */
all_hero: string
/** 下赛季是否购买通行证(购买/不购买) */
next_season_pass: string
ban_record: string
common_regions: string[]
depositAmountYuan: number | ''