feat: add fgo to games.

This commit is contained in:
Lucas Winther
2026-08-18 02:43:56 +02:00
parent 94ecf9ccbb
commit 5cc46a0c9a
8 changed files with 8188 additions and 2 deletions
+6
View File
@@ -106,6 +106,12 @@ const SOURCES: SourceSpec[] = [
url: "https://bluearchive.wiki/wiki/Events",
parserId: "bawiki",
},
{
id: "fgo-fandom-events",
game: "fgo",
url: "https://fategrandorder.fandom.com/api.php?action=parse&page=Event_List&prop=text&formatversion=2&format=json",
parserId: "fandom",
},
];
function toAdapter(spec: SourceSpec): Adapter {