diff --git a/package.json b/package.json index c5ae13ea..ccab54c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genshin-wish-export", - "version": "0.11.8", + "version": "0.11.9", "main": "./dist/electron/main/main.js", "author": "biuuu ", "homepage": "https://github.com/biuuu/genshin-wish-export", diff --git a/src/main/getData.js b/src/main/getData.js index b1e9e73c..0837f19c 100644 --- a/src/main/getData.js +++ b/src/main/getData.js @@ -303,7 +303,7 @@ const getQuerystring = (url) => { const text = i18n.log const { searchParams, host } = new URL(fixAuthkey(url)) if (host.includes('webstatic-sea') || host.includes('hk4e-api-os') || host.includes('hoyoverse.com')) { - apiDomain = 'https://hk4e-api-os.hoyoverse.com' + apiDomain = 'https://public-operation-hk4e-sg.hoyoverse.com' } else { apiDomain = 'https://public-operation-hk4e.mihoyo.com' }