| 123456789101112131415161718192021222324252627282930 |
- {
- "excel_file_path": "../",
- "@excel_file_path": "excel文件相对路径",
- "describe_path": "../describe/",
- "@describe_path": "excel描述文件相对路径",
- "template_path": "./template/",
- "@template_path": "模板文件相对路径",
- "exclude_describe_files": [
- ],
- "@exclude_describe_files": "排除的描述文件列表",
- "include_describe_files": [
- "D-多语言.json",
- "D-道具.json",
- "J-技能.json",
- "J-技能-等级.json",
- "R-任务.json",
- "R-任务组.json",
- "Y-邮件-模板.json"
- ],
- "@include_describe_files": "包含的的描述文件列表",
- "export_files": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "path": "./test_game_admin_output/",
- "code_files": [
- ]
- }
- ]
- }
|