feat: support overwrite of groups & max_total_score in task.toml
#22
|
@ -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
|
||||
release.end-time = 2024-12-30 23:59:59+08:00
|
||||
release.begin-time = 2024-12-29 23:59:59+08:00
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user
should use
max-total-score
here for consistencyfixed now 🙂