diff --git a/StarCitizenBoxBrowserEx/background.js b/StarCitizenBoxBrowserEx/background.js index b9c60b0..e065f51 100644 --- a/StarCitizenBoxBrowserEx/background.js +++ b/StarCitizenBoxBrowserEx/background.js @@ -113,7 +113,7 @@ function getLocalizationResource(localizationResource, key) { } async function _getJsonData(fileName, {cacheKey = "", version = null} = {}) { - url = "https://git.sctoolbox.sccsgo.com/SCToolBox/ScWeb_Chinese_Translate/raw/branch/main/json/locales/" + fileName; + url = "https://git.scbox.xkeyc.cn/SCToolBox/ScWeb_Chinese_Translate/raw/branch/main/json/locales/" + fileName; if (cacheKey && cacheKey !== "") { const localVersion = await getLocalData(`${cacheKey}_version`); const data = await getLocalData(cacheKey); diff --git a/StarCitizenBoxBrowserEx_Firefox/background.js b/StarCitizenBoxBrowserEx_Firefox/background.js index b9c60b0..e065f51 100644 --- a/StarCitizenBoxBrowserEx_Firefox/background.js +++ b/StarCitizenBoxBrowserEx_Firefox/background.js @@ -113,7 +113,7 @@ function getLocalizationResource(localizationResource, key) { } async function _getJsonData(fileName, {cacheKey = "", version = null} = {}) { - url = "https://git.sctoolbox.sccsgo.com/SCToolBox/ScWeb_Chinese_Translate/raw/branch/main/json/locales/" + fileName; + url = "https://git.scbox.xkeyc.cn/SCToolBox/ScWeb_Chinese_Translate/raw/branch/main/json/locales/" + fileName; if (cacheKey && cacheKey !== "") { const localVersion = await getLocalData(`${cacheKey}_version`); const data = await getLocalData(cacheKey);