| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- [
- {
- "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"
- }
- ]
- }
- ]
- }
- ]
|