This commit is contained in:
2026-04-29 11:51:04 +08:00
parent e191619ab3
commit 412279ae11
89 changed files with 3966 additions and 491 deletions

View File

@@ -437,6 +437,12 @@ pub struct CustomWorldLibraryEntryResponse {
pub theme_mode: String,
pub playable_npc_count: u32,
pub landmark_count: u32,
#[serde(default)]
pub play_count: u32,
#[serde(default)]
pub remix_count: u32,
#[serde(default)]
pub like_count: u32,
}
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
@@ -457,6 +463,12 @@ pub struct CustomWorldGalleryCardResponse {
pub theme_mode: String,
pub playable_npc_count: u32,
pub landmark_count: u32,
#[serde(default)]
pub play_count: u32,
#[serde(default)]
pub remix_count: u32,
#[serde(default)]
pub like_count: u32,
}
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]