23 lines
467 B
JSON
23 lines
467 B
JSON
{
|
|
"input": [
|
|
{ "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
|
|
}
|
|
}
|
|
} |