| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- [
- {
- "excel_file_name": "Q-签到-累计奖励.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "sign_in_reward.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "SignInRewardCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "RewardID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "奖励ID",
- "name": "RewardID",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "所需天数",
- "name": "NeedDays",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "累计签到奖励",
- "name": "CumRewards",
- "side": "cs",
- "type_sjson": "array",
- "type_go": "types.Assets",
- "type_cjson": "string",
- "type_csharp": "ArrayIntList,ArrayIntListConverter"
- }
- ]
- }
- ]
- }
- ]
|