Q-签到.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. [
  2. {
  3. "excel_file_name": "Q-签到.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": "sign_in.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": "SignInCfg.json",
  25. "gen_codes": [
  26. {
  27. "read_type": "type_csharp"
  28. }
  29. ]
  30. }
  31. ],
  32. "indexes": [
  33. {
  34. "index_names": "PoolID,Days",
  35. "is_unique": true
  36. },
  37. {
  38. "index_names": "PoolID"
  39. }
  40. ],
  41. "heads": [
  42. {
  43. "key": "库ID",
  44. "name": "PoolID",
  45. "side": "cs",
  46. "type_sjson": "int",
  47. "type_go": "int32",
  48. "type_cjson": "int",
  49. "type_csharp": "int"
  50. },
  51. {
  52. "key": "天数",
  53. "name": "Days",
  54. "side": "cs",
  55. "type_sjson": "int",
  56. "type_go": "int32",
  57. "type_cjson": "int",
  58. "type_csharp": "int"
  59. },
  60. {
  61. "key": "奖励",
  62. "name": "Rewards",
  63. "side": "cs",
  64. "type_sjson": "array",
  65. "type_go": "types.Assets",
  66. "type_cjson": "string",
  67. "type_csharp": "ArrayIntList,ArrayIntListConverter"
  68. }
  69. ]
  70. }
  71. ]
  72. }
  73. ]