DPS 版本号

This commit is contained in:
xkeyC 2023-12-09 13:07:53 +08:00
parent d6192cd165
commit f7b354f82d
2 changed files with 2 additions and 2 deletions

View File

@ -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 = [];

View File

@ -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 = [];