UPDATE: More setting in theorycraft mode
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m4s

This commit is contained in:
2026-01-12 17:18:24 +07:00
parent 2899df4e61
commit f81fa964a5
6 changed files with 182 additions and 36 deletions

View File

@@ -5,7 +5,8 @@ export const extraDataSchema = z.object({
theory_craft: z.object({
hp: z.record(z.string(), z.array(z.number())),
cycle_count: z.number(),
mode: z.boolean()
mode: z.boolean(),
stage_id: z.number()
}),
setting: z.object({
censorship: z.boolean(),