fix(starnet): simplify default user agent

This commit is contained in:
兔子 2026-05-24 12:08:21 +08:00
parent 2f4c7158cf
commit b026953c74
Signed by: b612
GPG Key ID: 99DD2222B612B612

View File

@ -24,7 +24,7 @@ const (
const (
DefaultDialTimeout = 5 * time.Second
DefaultTimeout = 10 * time.Second
DefaultUserAgent = "Starnet/1.0.0"
DefaultUserAgent = "starnet"
DefaultFetchRespBody = false
)