| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- [
- {
- "excel_file_name": "Z-主界面-功能按钮.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "MainBtnCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "FunType",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "功能类型",
- "name": "FunType",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "GameConfig.ConfigGen.MainFunEnum"
- },
- {
- "key": "按钮名称Lang",
- "name": "FunName",
- "side": "cs",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "图标",
- "name": "FunIcon",
- "side": "cs",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "所属模块",
- "name": "Module",
- "side": "c",
- "type_sjson": "array",
- "type_cjson": "array",
- "type_csharp": "GameConfig.ConfigGen.ButtonFunctionModuleEnum[]"
- },
- {
- "key": "功能id",
- "name": "FuncId",
- "side": "cs",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- }
- ]
- }
- ]
- }
- ]
|