feat: add handbook

This commit is contained in:
Naruse
2025-06-17 20:56:35 +08:00
parent 6fbeb1d34d
commit 8d4c1f028f
5 changed files with 71 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ public class StigmataDataExcel : ExcelResource
[JsonPropertyName("quality")] public int Quality { get; set; }
[JsonPropertyName("isSecurityProtect")] public bool IsSecurityProtect { get; set; }
[JsonPropertyName("protect")] public bool Protect { get; set; }
[JsonPropertyName("displayTitle")] public HashName DisplayTitle { get; set; } = new();
public override int GetId()
{