feat(anime): remember the default Anime Browser source

- Add `anime.defaultSource` with installed-source fallback
- Let the source picker save a source or All sources as default
This commit is contained in:
2026-09-02 23:17:20 -07:00
parent 516fadd530
commit 68dd789fbf
22 changed files with 260 additions and 19 deletions
+1
View File
@@ -325,6 +325,7 @@ export interface ResolvedConfig {
extensionsDir: string;
repos: string[];
preferredQuality: string;
defaultSource: string;
bridgeDir: string;
};
jimaku: JimakuConfig & {