Chore: change User-Agent

This commit is contained in:
SukkaW 2025-07-10 22:43:50 +08:00
parent 88723eff3a
commit 2842cb63ef

View File

@ -153,7 +153,7 @@ export class ResponseError<T extends UndiciResponseData | Response> extends Erro
export const defaultRequestInit = {
headers: {
'User-Agent': 'curl/8.12.1 (https://github.com/SukkaW/Surge)'
'User-Agent': 'node-fetch'
}
};