This commit is contained in:
2026-02-12 22:15:15 +08:00
parent 47a5cff08b
commit 502c6efedc
58 changed files with 2114 additions and 708 deletions

View File

@@ -24,5 +24,9 @@ namespace NBF
public int Share { get; set; }
public int Collect { get; set; }
public string AuthorName { get; set; }
/// <summary>
/// 所处的页
/// </summary>
public int Page { get; set; }
}
}