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",
+26 -7
View File
@@ -358,7 +358,7 @@
"leaderboard": "排行榜",
"settlements": "结算历史",
"reasons": "理由管理",
"autoScore": "自动加分",
"autoScore": "自动",
"rewardExchange": "奖励兑换",
"rewardSettings": "奖励设置",
"settings": "系统设置",
@@ -758,7 +758,7 @@
"name": "姓名"
},
"autoScore": {
"title": "自动化加分管理",
"title": "自动化管理",
"name": "自动化名称",
"namePlaceholder": "例如:每日签到加分",
"nameRequired": "请输入自动化名称",
@@ -812,14 +812,33 @@
"operationNoteLabel": "操作说明(可选)",
"triggerIntervalTime": "间隔时间",
"triggerStudentTag": "学生标签",
"triggerStudentSql": "学生 SQL 条件",
"triggerStudentSql": "自定义 SQL 条件",
"triggerStudentSqlPlaceholder": "输入筛选学生的 SQL 或 WHERE 条件",
"actionAddScore": "加分",
"actionAddTag": "添加标签",
"intervalAmountPlaceholder": "请输入间隔时间数值",
"intervalUnitMonth": "个月后",
"intervalUnitDay": "天后",
"intervalUnitMinute": "分钟后",
"actionSettleScore": "结算分数",
"actionSettleScoreHint": "无需参数",
"cooldownMinutes": "冷却时间(分钟)",
"maxStudentsPerRun": "单次最多学生数",
"maxRunsPerDay": "每日最多执行次数",
"maxScoreDeltaPerDay": "每日最多积分变动",
"filterGroups": "按分组筛选",
"filterGrades": "按年级筛选",
"filterMinScore": "最低当前积分",
"filterMaxScore": "最高当前积分",
"filterRecentEventDays": "最近事件天数",
"filterMinRecentEventCount": "最近事件最少次数",
"batchLogs": "执行日志",
"batchId": "批次",
"batchRollback": "回滚",
"batchRolledBack": "已回滚",
"batchRollbackConfirm": "确认回滚这个执行批次?",
"batchRollbackSuccess": "批次回滚成功",
"batchRollbackFailed": "批次回滚失败",
"intervalAmountPlaceholder": "请输入间隔时间",
"intervalUnitMonth": "个月",
"intervalUnitDay": "天",
"intervalUnitMinute": "分 钟",
"minutesPlaceholder": "请输入分钟数",
"minutes": "分钟",
"tagsPlaceholder": "请输入标签名称",