game_admin.json 770 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "excel_file_path": "../",
  3. "@excel_file_path": "excel文件相对路径",
  4. "describe_path": "../describe/",
  5. "@describe_path": "excel描述文件相对路径",
  6. "template_path": "./template/",
  7. "@template_path": "模板文件相对路径",
  8. "exclude_describe_files": [
  9. ],
  10. "@exclude_describe_files": "排除的描述文件列表",
  11. "include_describe_files": [
  12. "D-多语言.json",
  13. "D-道具.json",
  14. "J-技能.json",
  15. "J-技能-等级.json",
  16. "R-任务.json",
  17. "R-任务组.json",
  18. "Y-邮件-模板.json"
  19. ],
  20. "@include_describe_files": "包含的的描述文件列表",
  21. "export_files": [
  22. {
  23. "enable": true,
  24. "read_type": "type_cjson",
  25. "path": "./test_game_admin_output/",
  26. "code_files": [
  27. ]
  28. }
  29. ]
  30. }