UPDATE: Lua in extra setting
Some checks failed
Gitea Auto Deploy / Deploy-Container (push) Has been cancelled

This commit is contained in:
2026-03-21 19:58:36 +07:00
parent 09ca305b60
commit e42dc9e9dc
7 changed files with 87 additions and 10 deletions

View File

@@ -21,5 +21,6 @@ export interface ExtraData {
march_7: number
multi_path_main: number[]
multi_path_march_7: number[]
}
},
lua: string | null
}