feat: remove unused field
All checks were successful
submodules sync / sync (push) Successful in 1m41s
build / build (push) Successful in 4m33s
build / trigger-build-image (push) Successful in 12s

This commit is contained in:
张泊明518370910136 2025-10-13 02:39:55 -07:00
parent 341ab39435
commit 6aa8b96a6b
GPG Key ID: D47306D7062CDA9D

View File

@ -25,7 +25,6 @@ type Conf struct {
Name string `default:"unknown"` Name string `default:"unknown"`
LogPath string `default:""` LogPath string `default:""`
ActorCsvPath string `default:""` ActorCsvPath string `default:""`
MaxTotalScore int `default:"-1"`
SandboxExecServer string `default:"localhost:5051"` SandboxExecServer string `default:"localhost:5051"`
SandboxToken string `default:""` SandboxToken string `default:""`
OutputPath string `default:"joj3_result.json"` OutputPath string `default:"joj3_result.json"`