From bcf16e2713c80f351d26d6993c7823dc1f1b9f17 Mon Sep 17 00:00:00 2001 From: viktor Xu Date: Wed, 5 Jan 2022 22:45:42 +0800 Subject: [PATCH] tag 220105 --- _docs/whatsnew.md | 5 +++++ resources/akdata.js | 4 ++-- resources/version.json | 8 ++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/_docs/whatsnew.md b/_docs/whatsnew.md index cbbc8b2b..5cd07ac6 100644 --- a/_docs/whatsnew.md +++ b/_docs/whatsnew.md @@ -5,6 +5,11 @@ order: 4 category: 工具 icon: info-circle --- +## 22.01.05 +- [update] 暮落 +- [fix] 干员列表增加了区分肉鸽干员的前缀提示 +- [mastery] 专精图表增加了对特殊计算条件的说明 + ## 21.12.30 - [fix] 修正灵知3/耶拉2帧数补正数据 diff --git a/resources/akdata.js b/resources/akdata.js index b46c2a78..a9b7710c 100644 --- a/resources/akdata.js +++ b/resources/akdata.js @@ -7,7 +7,7 @@ const useCache = true; const cacheBeginTime = new Date(2019, 12, 10).getTime(); window.AKDATA = { - akdata: "211222", // jsdelivr tag version + akdata: "220105", // jsdelivr tag version Data: {}, @@ -46,7 +46,7 @@ window.AKDATA = { let path = `https://cdn.jsdelivr.net/gh/xulai1001/akdata@${window.AKDATA.akdata}/resources/gamedata/${paths[i].toLowerCase()}`; // comment line 49 to use local data only. - //if (!(paths[i].includes("excel") || paths[i].includes("levels"))) // excel/levels使用cdn数据 其他使用本地数据 + if (!(paths[i].includes("excel") || paths[i].includes("levels"))) // excel/levels使用cdn数据 其他使用本地数据 path = `../resources/gamedata/${paths[i].toLowerCase()}?_=${Math.round(Math.random()*1e8)}`; console.log(`Loading -> ${name}`); paths[i] = loadJSON(path, data => AKDATA.Data[name] = data); diff --git a/resources/version.json b/resources/version.json index 2168233d..4e5fc4e3 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,6 +1,6 @@ { - "akdata": "211222", - "gamedata": "21-12-20-11-35-34-2398dd", - "customdata": "211222", - "whatsnew": "新干员-灵知等;更新模组" + "akdata": "220105", + "gamedata": "21-12-31-15-44-39-814f71", + "customdata": "220105", + "whatsnew": "新干员-暮落" }