| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- [
- {
- "excel_file_name": "Y-音乐.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "AudioWindowCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "Key",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "desc": "主键,界面名 = key",
- "key": "界面名",
- "name": "Key",
- "side": "cs",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "打开音效",
- "name": "OpenAudio",
- "side": "c",
- "type_cjson": "array",
- "type_csharp": "int[]"
- },
- {
- "key": "关闭音效",
- "name": "CloseAudio",
- "side": "c",
- "type_cjson": "array",
- "type_csharp": "int[]"
- },
- {
- "key": "附带参数",
- "name": "OtherParam",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "StringArray,StringArrayConverter"
- }
- ]
- }
- ]
- },
- {
- "excel_file_name": "Y-音乐.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet2",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "AudioCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "indexes": [
- {
- "index_names": "Key",
- "is_unique": true
- }
- ],
- "heads": [
- {
- "key": "ID",
- "name": "Key",
- "side": "cs",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "资源名",
- "name": "Res",
- "side": "cs",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "资源类型",
- "name": "ResType",
- "side": "c",
- "type_sjson": "int",
- "type_go": "int32",
- "type_cjson": "int",
- "type_csharp": "int"
- },
- {
- "key": "说明",
- "name": "ResDesc",
- "side": "c",
- "type_cjson": "string",
- "type_csharp": "string"
- }
- ]
- }
- ]
- }
- ]
|