[ { "excel_file_name": "L-聊天-类型.xlsx", "sheets": [ { "sheet_name": "Sheet1", "row_offset": 1, "outputs": [ { "enable": true, "read_type": "type_sjson", "parser_id": "table", "file_name": "chat_type.json", "gen_codes": [ { "read_type": "type_go" } ] }, { "enable": true, "read_type": "type_cjson", "parser_id": "table_list", "file_name": "ChatTypeCfg.json", "gen_codes": [ { "read_type": "type_csharp" } ] } ], "indexes": [ { "index_names": "ChatType", "is_unique": true }, { "index_names": "ChatTypeSystem,ChatType", "is_unique": true } ], "heads": [ { "key": "聊天室类型", "name": "ChatType", "side": "cs", "type_sjson": "int", "type_go": "enum.ChatType", "type_cjson": "int", "type_csharp": "GameConfig.ConfigGen.EChatType" }, { "key": "发言内容长度", "name": "TextLen", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "历史聊天记录上限", "name": "MsgLimit", "side": "cs", "type_sjson": "int", "type_go": "int64", "type_cjson": "int", "type_csharp": "int" }, { "key": "每日免费发言次数", "name": "FreeSendCount", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "付费发言扣除道具", "name": "SendCost", "side": "cs", "type_sjson": "array", "type_go": "types.Asset", "type_cjson": "string", "type_csharp": "ArrayInt,ArrayIntConverter" }, { "key": "发言频率(秒)", "name": "SendRate", "side": "cs", "type_sjson": "int", "type_go": "int64", "type_cjson": "int", "type_csharp": "int" }, { "key": "发言开放等级", "name": "SendOpenLv", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "容纳玩家上限", "name": "PlayerLimit", "side": "cs", "type_sjson": "int", "type_go": "int", "type_cjson": "int", "type_csharp": "int" }, { "key": "系统分类", "name": "ChatTypeSystem", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "GameConfig.ConfigGen.EChatTypeSystem" }, { "key": "频道Lang", "name": "AhannelLang", "side": "c", "type_cjson": "string", "type_csharp": "string" } ] } ] } ]