refact: Fully refactor the conceptional structure and functional behaviour.

This commit is contained in:
2024-06-21 22:59:30 +08:00
parent 257f5d94ee
commit 2efe2fd5cd
64 changed files with 307 additions and 574 deletions

View File

@@ -9,11 +9,6 @@ public class BlogOptions
/// </summary>
public required string Root { get; set; }
/// <summary>
/// 博客挂载的子路径
/// </summary>
public required string SubPath { get; set; }
/// <summary>
/// 博客作者
/// </summary>
@@ -26,11 +21,6 @@ public class BlogOptions
/// </summary>
public required int StartYear { get; set; }
/// <summary>
/// 博客项目的名称
/// </summary>
public required string ProjectName { get; set; }
/// <summary>
/// 博客起始页面的背景图片
/// </summary>