Merge branch 'feature/novel' into feature/light-novel

This commit is contained in:
Schnitzel5
2024-12-21 20:16:42 +01:00
68 changed files with 914 additions and 58 deletions

View File

@@ -571,6 +571,7 @@ List<Source> _madaraSourcesList = [
webtoonhattiSource,
]
.map((e) => e
..itemType = ItemType.manga
..sourceCodeUrl = madaraSourceCodeUrl
..version = madaraVersion)
.toList();

View File

@@ -20,6 +20,7 @@ List<Source> _mangaboxSourcesList = [
manganatoSource
]
.map((e) => e
..itemType = ItemType.manga
..sourceCodeUrl = mangaboxSourceCodeUrl
..version = mangaboxVersion)
.toList();

View File

@@ -289,6 +289,7 @@ List<Source> _mangareaderSourcesList = [
zenithscansSource
]
.map((e) => e
..itemType = ItemType.manga
..sourceCodeUrl = mangareaderSourceCodeUrl
..version = mangareaderVersion)
.toList();

View File

@@ -32,6 +32,7 @@ List<Source> _mmrcmsSourcesList = [
mangafrSource,
]
.map((e) => e
..itemType = ItemType.manga
..sourceCodeUrl = mmrcmsSourceCodeUrl
..version = mmrcmsVersion)
.toList();

View File

@@ -15,6 +15,7 @@ List<Source> _nepnepSourcesList = [
mangalifeSource,
]
.map((e) => e
..itemType = ItemType.manga
..sourceCodeUrl = nepnepSourceCodeUrl
..version = nepnepVersion)
.toList();

View File

@@ -67,5 +67,6 @@ List<Source> _comickSourcesList = _languages
isNsfw: _isNsfw,
dateFormatLocale: "en",
version: _comickVersion,
itemType: ItemType.manga,
sourceCodeUrl: _comickSourceCodeUrl))
.toList();

View File

@@ -70,5 +70,6 @@ List<Source> _mangaDexSourcesList = _languages
isNsfw: _isNsfw,
dateFormatLocale: 'en_Us',
version: _mangadexVersion,
itemType: ItemType.manga,
sourceCodeUrl: _mangadexSourceCodeUrl))
.toList();

View File

@@ -12,6 +12,7 @@ Source _mangahereSource = Source(
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/src/en/mangahere/icon.png",
sourceCodeUrl: _mangahereSourceCodeUrl,
itemType: ItemType.manga,
version: _mangahereVersion,
dateFormat: "MMM dd,yyyy",
dateFormatLocale: "en",