配置更新
This commit is contained in:
parent
5850657c15
commit
660592d66c
BIN
config/Item.xlsx
BIN
config/Item.xlsx
Binary file not shown.
Binary file not shown.
@ -1784,6 +1784,9 @@ message MailInfo{
|
|||||||
string ContentEn = 9; // 英文内容
|
string ContentEn = 9; // 英文内容
|
||||||
string SubTitle = 10; // 子标题
|
string SubTitle = 10; // 子标题
|
||||||
string SubTitleEn = 11; // 英文子标题
|
string SubTitleEn = 11; // 英文子标题
|
||||||
|
string TitlePtBr = 12; // 葡萄牙标题
|
||||||
|
string ContentPtBr = 13; // 葡萄牙内容
|
||||||
|
string SubTitlePtBr = 14; // 葡萄牙子标题
|
||||||
}
|
}
|
||||||
message MailNotify {
|
message MailNotify {
|
||||||
MailInfo Info = 1;
|
MailInfo Info = 1;
|
||||||
|
|||||||
@ -381,6 +381,13 @@
|
|||||||
"sheet_name" :"CatTrick",
|
"sheet_name" :"CatTrick",
|
||||||
"fields" :["Duration","Diamond", "Energy"]
|
"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",
|
"in_file": "Charge.xlsx",
|
||||||
"out_file": "Charge.json",
|
"out_file": "Charge.json",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user