u
This commit is contained in:
parent
4467610d13
commit
5f57a0e16a
4981
areaAll.js
Normal file
4981
areaAll.js
Normal file
File diff suppressed because it is too large
Load Diff
BIN
flag-15x.tar
Executable file
BIN
flag-15x.tar
Executable file
Binary file not shown.
BIN
flag-20x.tar
Executable file
BIN
flag-20x.tar
Executable file
Binary file not shown.
10
tool.js
Normal file
10
tool.js
Normal 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))
|
Loading…
Reference in New Issue
Block a user