Edit profile links

This commit is contained in:
2025-08-09 00:15:35 +08:00
parent 1def3e1895
commit 204c087f29
6 changed files with 112 additions and 22 deletions

View File

@@ -38,6 +38,7 @@ sealed class SnAccountProfile with _$SnAccountProfile {
@Default('') String location,
@Default('') String timeZone,
DateTime? birthday,
@Default({}) Map<String, String> links,
DateTime? lastSeenAt,
SnAccountBadge? activeBadge,
required int experience,