feat: 自动化更新

This commit is contained in:
NanGua-QWQ
2026-04-06 19:40:19 +08:00
parent ed4891210d
commit 3caea0afe5
18 changed files with 948 additions and 152 deletions
+22 -3
View File
@@ -358,7 +358,7 @@
"leaderboard": "Leaderboard",
"settlements": "Settlements",
"reasons": "Reasons",
"autoScore": "Auto Score",
"autoScore": "Automation",
"rewardExchange": "Reward Exchange",
"rewardSettings": "Reward Settings",
"settings": "Settings",
@@ -758,7 +758,7 @@
"name": "Name"
},
"autoScore": {
"title": "Auto Score Management",
"title": "Automation Management",
"name": "Automation Name",
"namePlaceholder": "e.g. Daily Check-in Points",
"nameRequired": "Please enter automation name",
@@ -814,10 +814,29 @@
"tagNamesPlaceholder": "e.g. excellent_student,class_monitor",
"triggerIntervalTime": "Interval Time",
"triggerStudentTag": "Student Tag",
"triggerStudentSql": "Student SQL",
"triggerStudentSql": "Custom SQL Condition",
"triggerStudentSqlPlaceholder": "Enter student SQL or a WHERE condition",
"actionAddScore": "Add Score",
"actionAddTag": "Add Tag",
"actionSettleScore": "Settle Score",
"actionSettleScoreHint": "No parameters required",
"cooldownMinutes": "Cooldown (minutes)",
"maxStudentsPerRun": "Max Students Per Run",
"maxRunsPerDay": "Max Runs Per Day",
"maxScoreDeltaPerDay": "Max Score Delta Per Day",
"filterGroups": "Filter by Group",
"filterGrades": "Filter by Grade",
"filterMinScore": "Min Current Score",
"filterMaxScore": "Max Current Score",
"filterRecentEventDays": "Recent Event Days",
"filterMinRecentEventCount": "Min Recent Event Count",
"batchLogs": "Execution Logs",
"batchId": "Batch",
"batchRollback": "Rollback",
"batchRolledBack": "Rolled Back",
"batchRollbackConfirm": "Confirm rollback this execution batch?",
"batchRollbackSuccess": "Batch rollback succeeded",
"batchRollbackFailed": "Batch rollback failed",
"intervalAmountPlaceholder": "Enter interval time",
"intervalUnitMonth": "month(s) later",
"intervalUnitDay": "day(s) later",