This commit is contained in:
xiangheng
2023-11-24 16:46:30 +08:00
commit 8eb583397d
611 changed files with 28854 additions and 0 deletions

5
server/core/uaparser.go Normal file
View File

@@ -0,0 +1,5 @@
package core
import "github.com/ua-parser/uap-go/uaparser"
var UAParser = uaparser.NewFromSaved()