chore: 修改默认 UA

This commit is contained in:
amtoaer
2024-03-31 19:30:12 +08:00
parent ec066a85db
commit e591015bae

View File

@@ -14,7 +14,7 @@ impl Client {
headers.insert(
header::USER_AGENT,
header::HeaderValue::from_static(
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54",
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36",
),
);
headers.insert(