mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-02-04 06:15:04 +01:00
Add epic game package archive
This commit is contained in:
27
src/utils/api/defaultSettings.ts
Normal file
27
src/utils/api/defaultSettings.ts
Normal file
@@ -0,0 +1,27 @@
|
||||
import appConfig from '../config.js';
|
||||
|
||||
export default {
|
||||
ky: {
|
||||
headers: {
|
||||
'User-Agent': appConfig.network.userAgent.minimum,
|
||||
},
|
||||
timeout: appConfig.network.timeout,
|
||||
retry: { limit: appConfig.network.retryCount },
|
||||
},
|
||||
launcherWebLang: [
|
||||
'de-de',
|
||||
'en-us',
|
||||
'es-mx',
|
||||
'fr-fr',
|
||||
'id-id',
|
||||
'it-it',
|
||||
'ja-jp',
|
||||
'ko-kr',
|
||||
'pt-br',
|
||||
'ru-ru',
|
||||
'th-th',
|
||||
'vi-vn',
|
||||
'zh-cn',
|
||||
'zh-tw',
|
||||
] as const,
|
||||
};
|
||||
Reference in New Issue
Block a user