mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx.git
synced 2024-12-22 19:33:43 +08:00
更换服务器地址
This commit is contained in:
parent
ea7b587ccf
commit
d6192cd165
@ -108,7 +108,7 @@ function getLocalizationResource(localizationResource, key) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function _getJsonData(fileName, { cacheKey = "", version = null } = {}) {
|
async function _getJsonData(fileName, { cacheKey = "", version = null } = {}) {
|
||||||
url = "https://ch.citizenwiki.cn/json-files/locales/" + fileName;
|
url = "https://git.sctoolbox.sccsgo.com/SCToolBox/ScWeb_Chinese_Translate/raw/branch/main/json/locales/" + fileName;
|
||||||
if (cacheKey && cacheKey !== "") {
|
if (cacheKey && cacheKey !== "") {
|
||||||
const localVersion = await getLocalData(`${cacheKey}_version`);
|
const localVersion = await getLocalData(`${cacheKey}_version`);
|
||||||
const data = await getLocalData(cacheKey);
|
const data = await getLocalData(cacheKey);
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"192": "icon.png"
|
"192": "icon.png"
|
||||||
},
|
},
|
||||||
"host_permissions": [
|
"host_permissions": [
|
||||||
"*://ch.citizenwiki.cn/"
|
"*://git.sctoolbox.sccsgo.com/"
|
||||||
],
|
],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"storage"
|
"storage"
|
||||||
|
@ -108,7 +108,7 @@ function getLocalizationResource(localizationResource, key) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function _getJsonData(fileName, { cacheKey = "", version = null } = {}) {
|
async function _getJsonData(fileName, { cacheKey = "", version = null } = {}) {
|
||||||
url = "https://ch.citizenwiki.cn/json-files/locales/" + fileName;
|
url = "https://git.sctoolbox.sccsgo.com/SCToolBox/ScWeb_Chinese_Translate/raw/branch/main/json/locales/" + fileName;
|
||||||
if (cacheKey && cacheKey !== "") {
|
if (cacheKey && cacheKey !== "") {
|
||||||
const localVersion = await getLocalData(`${cacheKey}_version`);
|
const localVersion = await getLocalData(`${cacheKey}_version`);
|
||||||
const data = await getLocalData(cacheKey);
|
const data = await getLocalData(cacheKey);
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"storage",
|
"storage",
|
||||||
"https://ch.citizenwiki.cn/*"
|
"https://git.sctoolbox.sccsgo.com/*"
|
||||||
],
|
],
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "icon.png",
|
"default_icon": "icon.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user