UPDATE: Support custom lineup
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 53s

This commit is contained in:
2026-04-12 16:59:04 +07:00
parent 6512802fb6
commit 80175688fa
10 changed files with 184 additions and 12 deletions

View File

@@ -4,6 +4,7 @@ export interface ExtraData {
cycle_count: number
mode: boolean
stage_id: number
custom_lineup?: string[]
}
setting?: {
censorship: boolean
@@ -22,5 +23,5 @@ export interface ExtraData {
multi_path_main: number[]
multi_path_march_7: number[]
},
lua: string | null
lua?: string | null
}