mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-08-25 02:00:30 +08:00
chore: 修改默认 UA
This commit is contained in:
@@ -14,7 +14,7 @@ impl Client {
|
|||||||
headers.insert(
|
headers.insert(
|
||||||
header::USER_AGENT,
|
header::USER_AGENT,
|
||||||
header::HeaderValue::from_static(
|
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(
|
headers.insert(
|
||||||
|
|||||||
Reference in New Issue
Block a user