feat(parser): unify default length 2048

This commit is contained in:
张泊明518370910136 2025-04-05 05:50:07 -04:00
parent df2ade4988
commit b8f782c17d
GPG Key ID: D47306D7062CDA9D

View File

@ -15,7 +15,7 @@ type Conf struct {
ShowRunTime bool `default:"false"` ShowRunTime bool `default:"false"`
ShowFiles []string ShowFiles []string
FilesInCodeBlock bool `default:"true"` FilesInCodeBlock bool `default:"true"`
MaxFileLength int `default:"65536"` MaxFileLength int `default:"2048"`
} }
type ResultDetail struct{} type ResultDetail struct{}