add novel support

This commit is contained in:
Schnitzel5
2024-11-25 22:51:11 +01:00
parent 8e2b190fd0
commit d9a66b7651
57 changed files with 103 additions and 50 deletions

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",