fix(parser/resultstatus): default forcequit option

This commit is contained in:
张泊明518370910136 2024-11-01 21:20:42 -04:00
parent fa649fcabe
commit bbde1136ad
GPG Key ID: D47306D7062CDA9D

View File

@ -10,7 +10,7 @@ import (
type Conf struct {
Score int
Comment string
ForceQuitOnNotAccepted bool `default:"false"`
ForceQuitOnNotAccepted bool `default:"true"`
}
type ResultStatus struct{}