diff --git a/config/Item.xlsx b/config/Item.xlsx index 60267124..a08aa897 100644 Binary files a/config/Item.xlsx and b/config/Item.xlsx differ diff --git a/config/Playroom.xlsx b/config/Playroom.xlsx index bc8e4902..b29a5ee3 100644 Binary files a/config/Playroom.xlsx and b/config/Playroom.xlsx differ diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index e388ea62..f4356b74 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -211,7 +211,7 @@ "out_file": "Emoji.json", "key": "Id", "sheet_name" :"Emoji", - "fields" :["Type", "Init"] + "fields" :["Type", "Init", "Name"] }, { "in_file": "SevenLoginCfg.xlsx", @@ -267,7 +267,7 @@ "out_file": "LimitedTimeEvent.json", "key": "Id", "sheet_name" :"Event", - "fields" :[] + "fields" :["Name"] }, { "in_file": "LimitedTimeEvent.xlsx", @@ -575,7 +575,7 @@ "out_file": "PlayroomDecorate.json", "key": "Id", "sheet_name" :"Decorate", - "fields" :["TypeEnum", "Init"] + "fields" :["TypeEnum", "Init", "Chinese"] }, { "in_file": "Playroom.xlsx", @@ -617,7 +617,7 @@ "out_file": "PlayroomDress.json", "key": "Id", "sheet_name" :"PlayDressItem", - "fields" :["Id", "IPart", "Init"] + "fields" :["Id", "IPart", "Init","Name"] }, { "in_file": "Playroom.xlsx", @@ -631,7 +631,7 @@ "out_file": "PlayroomLock.json", "key": "Type", "sheet_name" :"Lock", - "fields" :["Need"] + "fields" :["Need", "Name"] }, { "in_file": "Playroom.xlsx",