diff --git a/.gitignore b/.gitignore index 845fde7..2ffc2a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ dist/*.json +~*.xlsx + node_modules/ \ No newline at end of file diff --git a/package.json b/package.json index 42094d0..cc97f11 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "test": "echo \"Error: no test specified\" && exit 1", "gl:carList":"node .\\exportJsonLines.js .\\国际服小助手.xlsx 数据卡片", "gl:versionNoteGL":"node .\\exportJsonLines.js .\\国际服小助手.xlsx versionNoteGL", - "gl:careerSeasonGL":"node .\\exportJsonLines.js .\\生涯地图精简.xlsx careerSeasonGL", + "gl:careerSeasonGL":"node .\\exportJsonLines.js .\\生涯地图.xlsx careerSeasonGL", "al:carList":"node .\\exportJsonLines.js .\\国服小助手.xlsx 数据卡片", "al:versionNoteAL":"node .\\exportJsonLines.js .\\国服小助手.xlsx versionNoteAL", - "al:careerSeasonAL":"node .\\exportJsonLines.js .\\生涯地图精简.xlsx careerSeasonAL", + "al:careerSeasonAL":"node .\\exportJsonLines.js .\\生涯地图.xlsx careerSeasonAL", "tracks":"node .\\exportJsonLines.js .\\生涯地图精简.xlsx track" }, diff --git a/国服小助手.xlsx b/国服小助手.xlsx index 8f87e9f..56633bb 100644 Binary files a/国服小助手.xlsx and b/国服小助手.xlsx differ diff --git a/生涯地图精简.xlsx b/生涯地图.xlsx similarity index 98% rename from 生涯地图精简.xlsx rename to 生涯地图.xlsx index 0b1439f..9f872a6 100644 Binary files a/生涯地图精简.xlsx and b/生涯地图.xlsx differ