NodeJS 转表工具实现
This commit is contained in:
32
excel-exporter.json
Normal file
32
excel-exporter.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"input": [
|
||||
{ "file": "士兵表.xlsx", "encode": "GBK"},
|
||||
{ "file": "统帅表.xlsx", "encode": "GBK"},
|
||||
{ "file": "武器表.xlsx", "encode": "GBK"},
|
||||
{ "file": "装备表.xlsx", "encode": "GBK"},
|
||||
{ "file": "关卡表.xlsx", "encode": "GBK"},
|
||||
{ "file": "箱子奖励招募表.xlsx", "encode": "GBK"},
|
||||
{ "file": "僵尸表.xlsx", "encode": "GBK"},
|
||||
{ "file": "任务表.xlsx", "encode": "GBK"},
|
||||
{ "file": "伤害动作表.xlsx", "encode": "GBK"},
|
||||
{ "file": "签到表.xlsx", "encode": "GBK"}
|
||||
],
|
||||
"parser": {
|
||||
"first_row_as_field_comment": true
|
||||
},
|
||||
"output": {
|
||||
"json": {
|
||||
"enabled": true,
|
||||
"directory": "../../client/Assets/Resources/data/json",
|
||||
"indent": "\t"
|
||||
},
|
||||
"csharp": {
|
||||
"enabled": true,
|
||||
"directory": "../../client/Assets/Resources/data/csharp",
|
||||
"namespace": "game.data",
|
||||
"base_type": "tiny.data.UniqueIDObject",
|
||||
"file_name": "data",
|
||||
"ignore_id": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user