| 12345678910111213141516171819202122232425 |
- {
- "excel_file_path": "../",
- "@excel_file_path": "excel文件相对路径",
- "describe_path": "../describe/",
- "@describe_path": "excel描述文件相对路径",
- "template_path": "./template/",
- "@template_path": "模板文件相对路径",
- "exclude_describe_files": [
- ],
- "@exclude_describe_files": "排除的描述文件列表",
- "export_files": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "path": "../../client/Assets/AssetRaw/Configs/json/",
- "code_files": [
- {
- "enable": true,
- "read_type": "type_csharp",
- "path": "../../client/Assets/GameScripts/HotFix/GameLogic/Systems/ConfigSystem/Core/Gen/"
- }
- ]
- }
- ]
- }
|