Account about page

This commit is contained in:
2025-11-22 01:47:10 +08:00
parent 70a18b07ff
commit a16da37221
26 changed files with 462 additions and 40 deletions

View File

@@ -442,7 +442,7 @@ namespace DysonNetwork.Pass.Migrations
.HasColumnType("timestamp with time zone")
.HasColumnName("last_seen_at");
b.Property<List<ProfileLink>>("Links")
b.Property<List<SnProfileLink>>("Links")
.HasColumnType("jsonb")
.HasColumnName("links");