This commit is contained in:
陆柯 2022-10-03 21:44:43 +08:00
parent 4467610d13
commit 5f57a0e16a
5 changed files with 4991 additions and 0 deletions

4981
areaAll.js Normal file

File diff suppressed because it is too large Load Diff

BIN
flag-15x.tar Executable file

Binary file not shown.

BIN
flag-20x.tar Executable file

Binary file not shown.

BIN
flag.tar Executable file

Binary file not shown.

10
tool.js Normal file
View File

@ -0,0 +1,10 @@
const fs = require('fs')
const coretool = require('wo-core-toolkit')
const areaOld = require('./areaAll.js')
let areaNew = areaOld
for (let iso2 of Object.keys(areaOld)) {
}
fs.writeFileSync('./areaNew.js', 'module.exports=' + coretool.stringify_by_keyorder(areaNew))