T-通用-系统解锁.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. [
  2. {
  3. "excel_file_name": "T-通用-系统解锁.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": "FuncCfg.json",
  14. "gen_codes": [
  15. {
  16. "read_type": "type_csharp"
  17. }
  18. ]
  19. }
  20. ],
  21. "indexes": [
  22. {
  23. "index_names": "ID",
  24. "is_unique": true
  25. }
  26. ],
  27. "heads": [
  28. {
  29. "key": "模块ID",
  30. "name": "ID",
  31. "side": "c",
  32. "type_sjson": "int",
  33. "type_go": "int32",
  34. "type_cjson": "int",
  35. "type_csharp": "int"
  36. },
  37. {
  38. "key": "显示条件",
  39. "name": "show_conditions",
  40. "side": "c",
  41. "type_cjson": "string",
  42. "type_csharp": "FuncConditions,FuncConditionsConverter"
  43. },
  44. {
  45. "key": "解锁条件",
  46. "name": "unlock_conditions",
  47. "side": "c",
  48. "type_sjson": "array",
  49. "type_go": "types.PairList[int32, int32]",
  50. "type_cjson": "string",
  51. "type_csharp": "FuncConditions,FuncConditionsConverter"
  52. },
  53. {
  54. "key": "是否播放动画",
  55. "name": "is_play_anim",
  56. "side": "c",
  57. "type_cjson": "bool",
  58. "type_csharp": "bool"
  59. },
  60. {
  61. "key": "解锁提示多语言",
  62. "name": "unlock_lang",
  63. "side": "c",
  64. "type_cjson": "string",
  65. "type_csharp": "string"
  66. },
  67. {
  68. "key": "可用条件",
  69. "name": "enable_conditions",
  70. "side": "c",
  71. "type_sjson": "array",
  72. "type_go": "types.PairList[int32, int32]",
  73. "type_cjson": "string",
  74. "type_csharp": "FuncConditions,FuncConditionsConverter"
  75. },
  76. {
  77. "key": "可用提示多语言",
  78. "name": "enable_lang",
  79. "side": "c",
  80. "type_cjson": "string",
  81. "type_csharp": "string"
  82. }
  83. ]
  84. }
  85. ]
  86. }
  87. ]