32 lines
622 B
JSON
32 lines
622 B
JSON
{
|
|
"input": [
|
|
{ "file": "配置表.xlsx", "encode": "GBK"}
|
|
],
|
|
"parser": {
|
|
"first_row_as_field_comment": true
|
|
},
|
|
"output": {
|
|
"json": {
|
|
"enabled": true,
|
|
"directory": "output/json",
|
|
"indent": "\t"
|
|
},
|
|
"csharp": {
|
|
"enabled": true,
|
|
"directory": "output/csharp",
|
|
"namespace": "game.data",
|
|
"base_type": "tiny.data.UniqueIDObject",
|
|
"file_name": "data",
|
|
"ignore_id": true
|
|
},
|
|
"typescript": {
|
|
"enabled": true,
|
|
"declaration": false,
|
|
"type": "class",
|
|
"class_name_prefix": "",
|
|
"class_name_extension": "Data",
|
|
"directory": "output/typescript",
|
|
"file_name": "data"
|
|
}
|
|
}
|
|
} |