mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Merge branch 'feature/novel' into feature/light-novel
This commit is contained in:
@@ -571,6 +571,7 @@ List<Source> _madaraSourcesList = [
|
||||
webtoonhattiSource,
|
||||
]
|
||||
.map((e) => e
|
||||
..itemType = ItemType.manga
|
||||
..sourceCodeUrl = madaraSourceCodeUrl
|
||||
..version = madaraVersion)
|
||||
.toList();
|
||||
|
||||
@@ -20,6 +20,7 @@ List<Source> _mangaboxSourcesList = [
|
||||
manganatoSource
|
||||
]
|
||||
.map((e) => e
|
||||
..itemType = ItemType.manga
|
||||
..sourceCodeUrl = mangaboxSourceCodeUrl
|
||||
..version = mangaboxVersion)
|
||||
.toList();
|
||||
|
||||
@@ -289,6 +289,7 @@ List<Source> _mangareaderSourcesList = [
|
||||
zenithscansSource
|
||||
]
|
||||
.map((e) => e
|
||||
..itemType = ItemType.manga
|
||||
..sourceCodeUrl = mangareaderSourceCodeUrl
|
||||
..version = mangareaderVersion)
|
||||
.toList();
|
||||
|
||||
@@ -32,6 +32,7 @@ List<Source> _mmrcmsSourcesList = [
|
||||
mangafrSource,
|
||||
]
|
||||
.map((e) => e
|
||||
..itemType = ItemType.manga
|
||||
..sourceCodeUrl = mmrcmsSourceCodeUrl
|
||||
..version = mmrcmsVersion)
|
||||
.toList();
|
||||
|
||||
@@ -15,6 +15,7 @@ List<Source> _nepnepSourcesList = [
|
||||
mangalifeSource,
|
||||
]
|
||||
.map((e) => e
|
||||
..itemType = ItemType.manga
|
||||
..sourceCodeUrl = nepnepSourceCodeUrl
|
||||
..version = nepnepVersion)
|
||||
.toList();
|
||||
|
||||
@@ -67,5 +67,6 @@ List<Source> _comickSourcesList = _languages
|
||||
isNsfw: _isNsfw,
|
||||
dateFormatLocale: "en",
|
||||
version: _comickVersion,
|
||||
itemType: ItemType.manga,
|
||||
sourceCodeUrl: _comickSourceCodeUrl))
|
||||
.toList();
|
||||
|
||||
@@ -70,5 +70,6 @@ List<Source> _mangaDexSourcesList = _languages
|
||||
isNsfw: _isNsfw,
|
||||
dateFormatLocale: 'en_Us',
|
||||
version: _mangadexVersion,
|
||||
itemType: ItemType.manga,
|
||||
sourceCodeUrl: _mangadexSourceCodeUrl))
|
||||
.toList();
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user