💥 Change the account profile link format

This commit is contained in:
2025-08-10 00:56:48 +08:00
parent da57936d92
commit 963470b693
2 changed files with 8 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ public class AccountCurrentController(
[MaxLength(1024)] public string? Location { get; set; }
[MaxLength(4096)] public string? Bio { get; set; }
public Instant? Birthday { get; set; }
public Dictionary<string, string>? Links { get; set; }
public List<ProfileLink>? Links { get; set; }
[MaxLength(32)] public string? PictureId { get; set; }
[MaxLength(32)] public string? BackgroundId { get; set; }