| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- [
- {
- "excel_file_name": "T-通用-系统解锁.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "FuncCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "ID",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "模块ID",
- "name": "ID",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "显示条件",
- "name": "show_conditions",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "FuncConditions,FuncConditionsConverter"
- },
- {
- "key": "解锁条件",
- "name": "unlock_conditions",
- "side": "c",
- "type_sjson": "array",
- "type_go": "types.PairList[int32, int32]",
- "type_cjson": "string",
- "type_csharp": "FuncConditions,FuncConditionsConverter"
- },
- {
- "key": "是否播放动画",
- "name": "is_play_anim",
- "side": "c",
- "type_cjson": "bool",
- "type_csharp": "bool"
- },
- {
- "key": "解锁提示多语言",
- "name": "unlock_lang",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "可用条件",
- "name": "enable_conditions",
- "side": "c",
- "type_sjson": "array",
- "type_go": "types.PairList[int32, int32]",
- "type_cjson": "string",
- "type_csharp": "FuncConditions,FuncConditionsConverter"
- },
- {
- "key": "可用提示多语言",
- "name": "enable_lang",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- }
- ]
- }
- ]
- }
- ]
|