chore: update translate

This commit is contained in:
0xJacky 2023-01-11 13:51:10 +08:00
parent 8ba5714197
commit 7a98c16535
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
13 changed files with 191 additions and 84 deletions

View file

@ -31,7 +31,6 @@ func main() {
Program: prog,
Address: fmt.Sprintf(":%s", settings.ServerSettings.HttpPort),
Fetcher: &fetcher.File{Path: r.ExPath},
Debug: gin.IsDebugging(),
TerminateTimeout: 0,
})