L-聊天-表情.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. [
  2. {
  3. "excel_file_name": "L-聊天-表情.xlsx",
  4. "sheets": [
  5. {
  6. "sheet_name": "Sheet1",
  7. "row_offset": 1,
  8. "outputs": [
  9. {
  10. "enable": true,
  11. "read_type": "type_sjson",
  12. "parser_id": "table",
  13. "file_name": "chat_emoji.json",
  14. "gen_codes": [
  15. {
  16. "read_type": "type_go"
  17. }
  18. ]
  19. },
  20. {
  21. "enable": true,
  22. "read_type": "type_cjson",
  23. "parser_id": "table_list",
  24. "file_name": "ChatEmojiCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "ID",
  35. "is_unique": true
  36. },
  37. {
  38. "index_names": "Name",
  39. "is_unique": true
  40. }
  41. ],
  42. "heads": [
  43. {
  44. "key": "ID",
  45. "name": "ID",
  46. "side": "cs",
  47. "type_sjson": "int",
  48. "type_go": "int32",
  49. "type_cjson": "int",
  50. "type_csharp": "int"
  51. },
  52. {
  53. "key": "名称",
  54. "name": "Name",
  55. "side": "cs",
  56. "type_sjson": "string",
  57. "type_go": "string",
  58. "type_cjson": "string",
  59. "type_csharp": "string"
  60. },
  61. {
  62. "key": "图标地址",
  63. "name": "IconPath",
  64. "side": "c",
  65. "type_sjson": "string",
  66. "type_go": "string",
  67. "type_cjson": "string",
  68. "type_csharp": "string"
  69. },
  70. {
  71. "key": "动画地址",
  72. "name": "AniPath",
  73. "side": "c",
  74. "type_sjson": "string",
  75. "type_go": "string",
  76. "type_cjson": "string",
  77. "type_csharp": "string"
  78. }
  79. ]
  80. }
  81. ]
  82. }
  83. ]