12 lines
216 B
TOML
12 lines
216 B
TOML
|
[[tasks]]
|
||
|
name = "领取奖励"
|
||
|
type = "Award"
|
||
|
|
||
|
[tasks.params]
|
||
|
award = true
|
||
|
mail = true
|
||
|
orundum = true
|
||
|
specialaccess = true
|
||
|
|
||
|
[[tasks.variants]]
|
||
|
condition = { type = "Time", start = "18:00:00", timezone = "Official" }
|