update framework

This commit is contained in:
Vick Scarlet
2021-11-07 22:17:04 +08:00
parent f40698d63e
commit 22fa5d755a
197 changed files with 91751 additions and 3232 deletions

View File

@@ -1,8 +1,19 @@
{
"configurations": [
{
"source": "../../data",
"source": [
"../../data/specialthanks-afd.xlsx",
"../../data/specialthanks-dun.xlsx"
],
"target": "../../public/data"
},
{
"source": "../../data/zh-cn",
"target": "../../public/data/zh-cn"
},
{
"source": "../../data/en-us",
"target": "../../public/data/en-us"
}
]
}