Feature/settings support custom extension repos (#539)

* [Codegen] Support custom extension repos

* [VersionMapping] Require server version "r1444" for preview
This commit is contained in:
schroda
2024-01-06 18:38:16 +01:00
committed by GitHub
parent b42c3103f1
commit 39b79c6ebe
12 changed files with 245 additions and 33 deletions

View File

@@ -302,6 +302,7 @@ export const UPDATER_MANGA_FIELDS = gql`
export const FULL_EXTENSION_FIELDS = gql`
fragment FULL_EXTENSION_FIELDS on ExtensionType {
apkName
repo
hasUpdate
iconUrl
isInstalled
@@ -473,6 +474,9 @@ export const SERVER_SETTINGS = gql`
excludeEntryWithUnreadChapters
autoDownloadAheadLimit
# extensions
extensionRepos
# requests
maxSourcesInParallel