feat(library): anilist-primary manga metadata with jikan fallback

This commit is contained in:
afiqzudinhadi 2026-08-05 14:46:31 +08:00
parent d76ed2631b
commit 8a046a0ea2
12 changed files with 641 additions and 15 deletions

View file

@ -75,6 +75,7 @@ function makeDeps(notes: { path: string; content: string }[], specDeps: Partial<
specDeps: {
http: async () => ({}),
httpText: async () => '',
httpPostJson: async () => ({}),
getKey: () => '',
log: () => {},
notify: () => {},