New MangaReader sources

This commit is contained in:
kodjomoustapha
2024-05-17 17:26:08 +01:00
parent c6be8c0ea8
commit 6432cec4c3
170 changed files with 1410 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@@ -0,0 +1,13 @@
import '../../../../../../model/source.dart';
Source get masterkomikSource => _masterkomikSource;
Source _masterkomikSource = Source(
name: "Tenshi.id",
baseUrl: "https://tenshi.id",
lang: "id",
isNsfw:false,
typeSource: "mangareader",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/masterkomik/icon.png",
dateFormat:"MMMM dd, yyyy",
dateFormatLocale:"id-id"
);