Skip to content

Commit

Permalink
tag 220105
Browse files Browse the repository at this point in the history
  • Loading branch information
xulai1001 committed Jan 5, 2022
1 parent 74dff13 commit bcf16e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions _docs/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ order: 4
category: 工具
icon: info-circle
---
## 22.01.05
- [update] 暮落
- [fix] 干员列表增加了区分肉鸽干员的前缀提示
- [mastery] 专精图表增加了对特殊计算条件的说明

## 21.12.30
- [fix] 修正灵知3/耶拉2帧数补正数据

Expand Down
4 changes: 2 additions & 2 deletions resources/akdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},

Expand Down Expand Up @@ -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);
Expand Down
8 changes: 4 additions & 4 deletions resources/version.json
Original file line number Diff line number Diff line change
@@ -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": "新干员-暮落"
}

0 comments on commit bcf16e2

Please sign in to comment.