T-跳转界面.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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": "WindowJumpCfg.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_cjson": "int",
  33. "type_csharp": "int"
  34. },
  35. {
  36. "key": "说明Lang",
  37. "name": "TargetLang",
  38. "side": "c",
  39. "type_cjson": "string",
  40. "type_csharp": "string"
  41. },
  42. {
  43. "key": "跳转界面",
  44. "name": "WindowId",
  45. "side": "c",
  46. "type_cjson": "int",
  47. "type_csharp": "int"
  48. },
  49. {
  50. "key": "执行类型",
  51. "name": "ExecuteType",
  52. "side": "c",
  53. "type_cjson": "int",
  54. "type_csharp": "GameConfig.ConfigGen.JumpActionKey"
  55. },
  56. {
  57. "key": "跳转界面参数",
  58. "name": "JumpParams",
  59. "side": "c",
  60. "type_cjson": "string",
  61. "type_csharp": "ArrayJumpParamList,JumpParamListConverter"
  62. },
  63. {
  64. "key": "功能id",
  65. "name": "FunId",
  66. "side": "c",
  67. "type_cjson": "int",
  68. "type_csharp": "int"
  69. }
  70. ]
  71. }
  72. ]
  73. }
  74. ]