This commit is contained in:
zyj
2025-10-14 17:56:28 +08:00
commit 81c18c94e3
74 changed files with 12668 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package types
type BrowserFingerprintParams struct {
Canvas bool // 是否随机指纹
TimeZone string // 时区名称,如 "America/New_York"
Language string // 语言,如 "en-US"
UserAgent string // 用户代理字符串
GeoLocation string // 地理位置坐标,如 "40.7128,-74.0060"
}