mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-03 15:02:13 +08:00
refactor: remove unused UserAgent constant
The UserAgent constant was never referenced; all HTTP requests use GetUserAgent() which reads from defaultUserAgentVersion (configurable via ANTIGRAVITY_USER_AGENT_VERSION env var).
This commit is contained in:
@@ -38,9 +38,6 @@ const (
|
||||
"https://www.googleapis.com/auth/cclog " +
|
||||
"https://www.googleapis.com/auth/experimentsandconfigs"
|
||||
|
||||
// User-Agent(与 Antigravity-Manager 保持一致)
|
||||
UserAgent = "antigravity/1.18.4 windows/amd64"
|
||||
|
||||
// Session 过期时间
|
||||
SessionTTL = 30 * time.Minute
|
||||
|
||||
|
||||
Reference in New Issue
Block a user