NEW: 自动加分test

This commit is contained in:
NanGua-QWQ
2026-02-03 21:49:05 +08:00
parent 156db689a6
commit 66f9888dd7
13 changed files with 840 additions and 9 deletions
+10
View File
@@ -78,6 +78,16 @@ export class SettingsService extends Service {
defaultValue: 'rounded',
writePermission: 'admin',
validate: (v) => v === 'rounded' || v === 'small' || v === 'square'
},
auto_score_enabled: {
kind: 'boolean',
defaultValue: false,
writePermission: 'admin'
},
auto_score_rules: {
kind: 'json',
defaultValue: [],
writePermission: 'admin'
}
}