feat: 现在可以在离线期间重新打开后补加分

This commit is contained in:
NanGua-QWQ
2026-04-11 13:32:11 +08:00
parent f2c062f904
commit 4304f301e7
10 changed files with 556 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 {