mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx.git
synced 2024-12-22 19:33:43 +08:00
DPS 版本号
This commit is contained in:
parent
d6192cd165
commit
f7b354f82d
@ -39,7 +39,7 @@ async function _initLocalization(url) {
|
|||||||
} else if (url.includes("uexcorp.space")) {
|
} else if (url.includes("uexcorp.space")) {
|
||||||
data["UEX"] = await _getJsonData("zh-CN-uex.json", { cacheKey: "uex", version: v.uex });
|
data["UEX"] = await _getJsonData("zh-CN-uex.json", { cacheKey: "uex", version: v.uex });
|
||||||
} else if (url.includes("erkul.games")) {
|
} else if (url.includes("erkul.games")) {
|
||||||
data["DPS"] = await _getJsonData("zh-CN-dps.json", { cacheKey: "dps", version: "0.0" });
|
data["DPS"] = await _getJsonData("zh-CN-dps.json", { cacheKey: "dps", version: v.dps });
|
||||||
}
|
}
|
||||||
// update data
|
// update data
|
||||||
let replaceWords = [];
|
let replaceWords = [];
|
||||||
|
@ -39,7 +39,7 @@ async function _initLocalization(url) {
|
|||||||
} else if (url.includes("uexcorp.space")) {
|
} else if (url.includes("uexcorp.space")) {
|
||||||
data["UEX"] = await _getJsonData("zh-CN-uex.json", { cacheKey: "uex", version: v.uex });
|
data["UEX"] = await _getJsonData("zh-CN-uex.json", { cacheKey: "uex", version: v.uex });
|
||||||
} else if (url.includes("erkul.games")) {
|
} else if (url.includes("erkul.games")) {
|
||||||
data["DPS"] = await _getJsonData("zh-CN-dps.json", { cacheKey: "dps", version: "0.0" });
|
data["DPS"] = await _getJsonData("zh-CN-dps.json", { cacheKey: "dps", version: v.dps });
|
||||||
}
|
}
|
||||||
// update data
|
// update data
|
||||||
let replaceWords = [];
|
let replaceWords = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user