mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-27 07:26:35 +08:00
增加${browser.xxx}相关变量
This commit is contained in:
@@ -5,7 +5,8 @@ package stats
|
||||
import "github.com/mssola/user_agent"
|
||||
|
||||
type UserAgentParserResult struct {
|
||||
os user_agent.OSInfo
|
||||
browserName string
|
||||
browserVersion string
|
||||
OS user_agent.OSInfo
|
||||
BrowserName string
|
||||
BrowserVersion string
|
||||
IsMobile bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user