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

This commit is contained in:
zhang hongbo 2025-12-31 15:25:42 +08:00
commit 95ca3c2ed4
3 changed files with 12 additions and 5 deletions

Binary file not shown.

View File

@ -336,11 +336,11 @@ message ResPlayerBaseInfo{
int32 guild = 10;
int32 pack_unlock_count = 11;
int32 last_play_time = 12;
int32 EnergyBuyCount = 13;
int64 ban = 13;
string user_name = 14;
int32 login_time = 15;
int32 logout_time = 16;
int32 todayolinetime = 17;
int32 node = 17;
int32 rolecreatetime = 18;
int32 EmitOrderCnt = 19;
int32 NoAd = 20;

View File

@ -147,7 +147,7 @@
"out_file": "CardDetail.json",
"key": "Id",
"sheet_name" :"CardDetail",
"fields" :["Id", "PictureAlbum", "Star", "IsGold","Round", "ItemId"]
"fields" :["Id", "PictureAlbum", "Star", "IsGold","Round", "ItemId", "Icon", "Name"]
},
{
"in_file": "Card.xlsx",
@ -161,7 +161,7 @@
"out_file": "CardCollect.json",
"key": "Id",
"sheet_name" :"CardCollect",
"fields" :["Id", "Color", "Item", "Chess"]
"fields" :["Id", "Color", "Item", "Chess", "Name", "Icon"]
},
{
"in_file": "Card.xlsx",
@ -217,7 +217,7 @@
"out_file": "Avatar.json",
"key": "Id",
"sheet_name" :"Avatar",
"fields" :["Init"]
"fields" :["Init", "NameKey", "Icon"]
},
{
"in_file": "Emoji.xlsx",
@ -792,6 +792,13 @@
"key": "Id",
"sheet_name" :"Active",
"fields" :["Active","Items"]
},
{
"in_file": "NetAssetData.xlsx",
"out_file": "NetAssetData.json",
"key": "LanguageKey",
"sheet_name" :"LevelLauncherData",
"fields" :["Picture"]
}
]
}