fix: 修复初始化脚本

This commit is contained in:
foxhui
2025-12-12 16:23:30 +08:00
Unverified
parent 1482daaa8a
commit 589cd68040
+6 -1
View File
@@ -116,7 +116,12 @@ async function downloadFileOnce(url, destPath, proxyUrl = null) {
retry: {
limit: 0
},
headerGeneratorOptions: null,
headerGeneratorOptions: {
browsers: [],
devices: [],
locales: [],
operatingSystems: []
},
headers: {
'user-agent': 'Wget/1.21.4 (linux-gnu)',
'accept': '*/*',