Z-主界面-功能按钮.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. [
  2. {
  3. "excel_file_name": "Z-主界面-功能按钮.xlsx",
  4. "sheets": [
  5. {
  6. "sheet_name": "Sheet1",
  7. "row_offset": 1,
  8. "outputs": [
  9. {
  10. "enable": true,
  11. "read_type": "type_cjson",
  12. "parser_id": "table_list",
  13. "file_name": "MainBtnCfg.json",
  14. "gen_codes": [
  15. {
  16. "read_type": "type_csharp"
  17. }
  18. ]
  19. }
  20. ],
  21. "indexes": [
  22. {
  23. "index_names": "FunType",
  24. "is_unique": true
  25. }
  26. ],
  27. "heads": [
  28. {
  29. "key": "功能类型",
  30. "name": "FunType",
  31. "side": "c",
  32. "type_sjson": "int",
  33. "type_go": "int32",
  34. "type_cjson": "int",
  35. "type_csharp": "GameConfig.ConfigGen.MainFunEnum"
  36. },
  37. {
  38. "key": "按钮名称Lang",
  39. "name": "FunName",
  40. "side": "cs",
  41. "type_sjson": "string",
  42. "type_go": "string",
  43. "type_cjson": "string",
  44. "type_csharp": "string"
  45. },
  46. {
  47. "key": "图标",
  48. "name": "FunIcon",
  49. "side": "cs",
  50. "type_sjson": "string",
  51. "type_go": "string",
  52. "type_cjson": "string",
  53. "type_csharp": "string"
  54. },
  55. {
  56. "key": "所属模块",
  57. "name": "Module",
  58. "side": "c",
  59. "type_sjson": "array",
  60. "type_cjson": "array",
  61. "type_csharp": "GameConfig.ConfigGen.ButtonFunctionModuleEnum[]"
  62. },
  63. {
  64. "key": "功能id",
  65. "name": "FuncId",
  66. "side": "cs",
  67. "type_sjson": "int",
  68. "type_go": "int32",
  69. "type_cjson": "int",
  70. "type_csharp": "int"
  71. }
  72. ]
  73. }
  74. ]
  75. }
  76. ]