add: 友情链接页面

This commit is contained in:
2024-01-27 14:55:02 +08:00
parent b07bc95a16
commit 2ff788f017
4 changed files with 124 additions and 0 deletions

View File

@@ -40,4 +40,6 @@ public class BlogOptions
public string? RegisterInformation { get; set; }
public required AboutInfo About { get; set; }
public required List<FriendLink> Links { get; set; }
}