diff --git a/config/Item.xlsx b/config/Item.xlsx index 8a90b2b2..2836c3df 100644 Binary files a/config/Item.xlsx and b/config/Item.xlsx differ diff --git a/config/LimitedTimeEvent.xlsx b/config/LimitedTimeEvent.xlsx index dfce52e1..dff83ca9 100644 Binary files a/config/LimitedTimeEvent.xlsx and b/config/LimitedTimeEvent.xlsx differ diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 56afa410..7d61e21a 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1784,6 +1784,9 @@ message MailInfo{ string ContentEn = 9; // 英文内容 string SubTitle = 10; // 子标题 string SubTitleEn = 11; // 英文子标题 + string TitlePtBr = 12; // 葡萄牙标题 + string ContentPtBr = 13; // 葡萄牙内容 + string SubTitlePtBr = 14; // 葡萄牙子标题 } message MailNotify { MailInfo Info = 1; diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index 17f94784..cd2e0b16 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -381,6 +381,13 @@ "sheet_name" :"CatTrick", "fields" :["Duration","Diamond", "Energy"] }, + { + "in_file": "LimitedTimeEvent.xlsx", + "out_file": "LimitedTimeEventDecorateOff.json", + "key": "Id", + "sheet_name" :"DecorateOff", + "fields" :["StartArea","EndArea", "StartStep", "EndStep","Off"] + }, { "in_file": "Charge.xlsx", "out_file": "Charge.json",