Vibe Google Analytics
This commit is contained in:
@@ -21,10 +21,10 @@ public class CardData
|
||||
public string? ImmortalizeFrom { get; init; }
|
||||
public string? ImmortalizeWhen { get; init; }
|
||||
public string? ImageFile { get; init; }
|
||||
|
||||
|
||||
public string? Artist { get; init; }
|
||||
public string? Rarity { get; init; }
|
||||
|
||||
|
||||
public bool IsAgent => Category == "Agent";
|
||||
public bool IsSpell => Category == "Spell";
|
||||
public bool IsToken => Category == "Token";
|
||||
|
||||
@@ -7,7 +7,7 @@ public class DeckData
|
||||
public List<string> Keycards { get; init; } = [];
|
||||
public List<string> Divers { get; init; } = [];
|
||||
public string? Description { get; init; }
|
||||
|
||||
|
||||
public string? DeckCode { get; init; }
|
||||
public string? DeckType { get; init; }
|
||||
|
||||
|
||||
@@ -5,5 +5,5 @@ public class DocData
|
||||
public string Title { get; init; } = "";
|
||||
public string Category { get; init; } = "";
|
||||
public string Content { get; init; } = "";
|
||||
public System.Collections.Generic.Dictionary<string, string> Frontmatter { get; init; } = [];
|
||||
}
|
||||
public Dictionary<string, string> Frontmatter { get; init; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user