feat: support overwrite of groups & max_total_score in task.toml #22

Merged
李衍志523370910113 merged 2 commits from feat/tomlfield into master 2025-06-10 15:39:13 +08:00
Showing only changes of commit 083a594a99 - Show all commits

View File

@ -1,7 +1,7 @@
# general task configuration
task.name = "hw7 ex2" # task name
max_total_score = 10245871
max-total-score = 10245871
jon-lee marked this conversation as resolved Outdated

should use max-total-score here for consistency

should use `max-total-score` here for consistency

fixed now 🙂

fixed now 🙂
release.end-time = 2024-12-30 23:59:59+08:00
release.begin-time = 2024-12-29 23:59:59+08:00