Merge branch 'main' of gitea.bywaystudios.com:wuminzhe/docs

# Conflicts:
#	config/Item.xlsx
This commit is contained in:
zhengxianxin 2026-03-16 17:05:44 +08:00
commit 5f7da9044d
9 changed files with 9 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -85,6 +85,7 @@ enum ITEM_POP_LABEL { // item弹窗标签
GetChessRetireReward = 77; // 退
ApplyFriendSponsor = 78; //
PetFurShop = 79; //
ActTypeAddGift = 80; //
}
enum HANDLE_TYPE {
ADD = 0;
@ -2079,7 +2080,7 @@ message ResChampship{
int32 EndTime = 3;
int32 Period = 4;
int32 Rank = 5;
int32 RankReward = 6;
int32 RankReward = 6; // 1 2
int32 Status = 7;
int32 TodayActivityId = 8;//
int32 YesterdayActivityId = 9;//

View File

@ -4,6 +4,13 @@
"file_list": [
{
"in_file":"AllLanguage.xlsx",
"out_file":"AllLanguageClient.json",
"key": "key",
"sheet_name" :"client",
"fields" :["en_US","zh_CN","pt_BR","es_LATAM"]
},
{
"in_file":"AllLanguage.xlsx",
"out_file":"AllLanguage.json",
"key": "key",
"sheet_name" :"backend",