Merge branch 'main' into sdk
This commit is contained in:
commit
99eb75ba16
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
config/Face.xlsx
BIN
config/Face.xlsx
Binary file not shown.
Binary file not shown.
BIN
config/Item.xlsx
BIN
config/Item.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1731,6 +1731,7 @@ message ResCharge{
|
||||
int32 SpecialChargeWeek = 11; // 距离现在多少周
|
||||
float TodayCharge = 12; // 今日充值金额
|
||||
float MonthCharge = 13; // 本月充值金额
|
||||
int64 AdEndTime = 14; // 广告礼包结束时间
|
||||
}
|
||||
|
||||
message WishList {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
"out_file": "MergeData.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"MergeData",
|
||||
"fields" :["Id", "Icon", "Lv", "MaxLv", "MergeId", "SellType", "SellNum", "SellDiamond", "CoolTime", "Star", "Type", "Emit_Product", "Product_Type", "Color", "Emit_ID", "PType", "Emit_Min_Lv", "Title", "Dynamic", "Emit_Type", "Emit_List"]
|
||||
"fields" :["Id", "Icon", "Lv", "MaxLv", "MergeId", "SellType", "SellNum", "SellDiamond", "CoolTime", "Star", "Type", "Emit_Product", "Product_Type", "Color", "Emit_ID", "PType", "Emit_Min_Lv", "Title", "Dynamic","Dynamic1","Dynamic2","Dynamic3", "Emit_Type", "Emit_List"]
|
||||
},
|
||||
{
|
||||
"in_file": "MergeData.xlsx",
|
||||
@ -444,6 +444,13 @@
|
||||
"sheet_name" :"PetCoin",
|
||||
"fields" :["ChargeId", "Items", "Grade"]
|
||||
},
|
||||
{
|
||||
"in_file": "Charge.xlsx",
|
||||
"out_file": "ChargeAD.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"AD",
|
||||
"fields" :["ChargeId", "Items", "PetWork"]
|
||||
},
|
||||
{
|
||||
"in_file": "Endless.xlsx",
|
||||
"out_file": "Endless.json",
|
||||
@ -603,7 +610,7 @@
|
||||
"out_file": "PlayroomOrderItem.json",
|
||||
"key": "ItemId",
|
||||
"sheet_name" :"OrderItem",
|
||||
"fields" :["Type", "Star"]
|
||||
"fields" :["Type", "Star", "Grade"]
|
||||
},
|
||||
{
|
||||
"in_file": "Playroom.xlsx",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user