Chore: minor infra changes

1
This commit is contained in:
SukkaW
2024-08-02 17:20:34 +08:00
parent 3d3abb8b50
commit 7f6e631847
5 changed files with 14 additions and 9 deletions

View File

@@ -127,7 +127,7 @@ function createFetchRetry($fetch: typeof fetch): FetchWithRetry {
export const defaultRequestInit: RequestInit = {
headers: {
'User-Agent': 'curl/8.1.2 (https://github.com/SukkaW/Surge)'
'User-Agent': 'curl/8.9.0 (https://github.com/SukkaW/Surge)'
}
};