feat: new data
Gitea Auto Deploy / Deploy-Container (push) Failing after 53s

This commit is contained in:
2026-06-02 18:24:12 +07:00
parent ee101f3851
commit 796969a174
60 changed files with 1126 additions and 984 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ const flatPropSchema = z.object({
const relicFlatSchema = z.object({
props: z.array(flatPropSchema),
setName: z.string(),
setName: z.union([z.string(), z.number()]),
setID: z.number()
});
@@ -53,7 +53,7 @@ const skillTreeSchema = z.object({
const equipmentFlatSchema = z.object({
props: z.array(flatPropSchema),
name: z.string()
name: z.union([z.string(), z.number()])
});
const equipmentSchema = z.object({