mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-15 08:42:41 +08:00
19 lines
461 B
JSON
19 lines
461 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
} |