Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
X3ZvaWQ committed Feb 27, 2024
1 parent 51d73ef commit 7a271d0
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 34 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "启动程序",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/tools/build.js"
}
]
}
2 changes: 1 addition & 1 deletion dist/talents.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions dist/temp.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"version": "v20240227",
"version": "v20240228",
"name": "万灵当歌(二改)"
},
{
Expand Down
2 changes: 1 addition & 1 deletion output/talents.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion output/v20240227.json

This file was deleted.

1 change: 1 addition & 0 deletions output/v20240228.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@jx3box/jx3box-build-common": "^0.1.9",
"@jx3box/jx3box-common": "^7.9.15",
"@jx3box/jx3box-data": "^3.4.5",
"@jx3box/jx3box-data": "^3.5.6",
"ansi-escapes": "^5.0.0",
"cli-color": "^2.0.3",
"jquery": "^3.5.1",
Expand Down
6 changes: 2 additions & 4 deletions tools/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ const kungfu_map = Object.values(xf).reduce((acc, cur) => {
Logger.info("========== 开始构建奇穴数据 ==========");
Logger.info("读取必要的raw数据......");
const datas = {
//↓新赛季更新 写死的
school_map: force_ids,
kungfu_map: kungfu_map,
xf: xf,
kungfu_map,
xf,

skill: [],
skill_txt: (
Expand Down Expand Up @@ -163,7 +162,6 @@ const kungfu_map = Object.values(xf).reduce((acc, cur) => {
skillID: keys[0],
position: _position++,
});

if (!datas.talents[mountID]) {
datas.talents[mountID] = [];
}
Expand Down
1 change: 1 addition & 0 deletions tools/includes/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const readTabFile = file_path =>
}
resolve(result);
},
quoteChar: "¥",
delimiter: "\t",
}
);
Expand Down

0 comments on commit 7a271d0

Please sign in to comment.