Merge branch 'main' into audit

This commit is contained in:
hahwu 2025-09-30 10:22:58 +08:00
commit 1a1a9a9523
6 changed files with 18 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1458,6 +1458,7 @@ message NotifyFriendLog{
message FriendBubbleInfo{
int32 Id = 1; // id
int32 Type = 2; // 1: 2:
repeated ItemInfo Items = 3; //
}
message NotifyFriendCard{
@ -1730,6 +1731,7 @@ message ResCharge{
int32 SpecialChargeWeek = 11; //
float TodayCharge = 12; //
float MonthCharge = 13; //
int64 AdEndTime = 14; // 广
}
message WishList {

View File

@ -36,7 +36,7 @@
"out_file": "MergeDataEmit.json",
"key": "Type",
"sheet_name" :"Emit",
"fields" :["Emit_Min_Lv","Ratio", "Product_Type", "Order_Type", "Retire"]
"fields" :["Emit_Min_Lv","Ratio", "Product_Type", "Order_Type", "Retire", "N"]
},
{
"in_file": "StartMerge.xlsx",
@ -71,7 +71,7 @@
"out_file": "StartOrder.json",
"key": "Id",
"sheet_name" :"StartOrder",
"fields" :["Id", "merge_id_list", "appear", "reward","preview", "type"]
"fields" :["Id", "merge_id_list", "appear", "reward","preview", "type","group","step"]
},
{
"in_file": "OrderData.xlsx",
@ -87,6 +87,13 @@
"sheet_name" :"OrderScene",
"fields" :["Factor"]
},
{
"in_file": "OrderData.xlsx",
"out_file": "OrderK.json",
"key": "Lv",
"sheet_name" :"OrderK",
"fields" :["Energy", "K"]
},
{
"in_file": "UserData.xlsx",
"out_file": "UserData.json",
@ -437,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",