feat: personal card & phone case

This commit is contained in:
letheriver2007
2025-04-14 20:09:10 +08:00
parent bfa2eb5445
commit 06a53f7362
25 changed files with 456 additions and 379 deletions

View File

@@ -109,6 +109,7 @@ public class ServerProfile
public int Level { get; set; } = 1;
public int HeadIcon { get; set; } = 200105;
public int ChatBubbleId { get; set; } = 220001;
public int PersonalCardId { get; set; } = 253001;
public int DisplayAvatarId { get; set; } = 1001;
public int DisplayAvatarLevel { get; set; } = 1;
}