This commit is contained in:
Yukino_fox
2026-04-11 13:36:55 +08:00
9 changed files with 548 additions and 38 deletions
@@ -28,6 +28,7 @@ export interface AutoScoreExecutionConfig {
cooldownMinutes?: number | null
maxRunsPerDay?: number | null
maxScoreDeltaPerDay?: number | null
startAt?: string | null
}
export interface AutoScoreExecutionBatch {