1
0
forked from JOJ/JOJ3

feat: remove unused field

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

View File

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