fix: dynamics pendant

This commit is contained in:
My-Responsitories
2025-05-06 12:34:04 +08:00
parent a8fa4d72f3
commit bd1ffb0f24

View File

@@ -278,6 +278,8 @@ class ModuleAuthorModel extends Avatar {
type = json['type'];
if (PendantAvatar.showDynDecorate) {
decorate = json['decorate'];
} else {
pendant = null;
}
}
}