chore: 前端小修改,ua 随机范围添加 windows (#470)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-09-25 00:50:17 +08:00
committed by GitHub
parent 3d25c6b321
commit 61c9e7de88
3 changed files with 10 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ impl Client {
let mut headers = header::HeaderMap::new();
headers.insert(
header::USER_AGENT,
header::HeaderValue::from_static(ua::spoof_chrome_mac_ua()),
header::HeaderValue::from_static(ua::spoof_chrome_ua()),
);
headers.insert(
header::REFERER,