mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-21 06:11:02 +00:00
New MangaReader sources
This commit is contained in:
BIN
dart/manga/multisrc/mangareader/src/merlinshoujo/icon.png
Normal file
BIN
dart/manga/multisrc/mangareader/src/merlinshoujo/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,13 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get merlinshoujoSource => _merlinshoujoSource;
|
||||
Source _merlinshoujoSource = Source(
|
||||
name: "Merlin Shoujo",
|
||||
baseUrl: "https://merlinshoujo.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/merlinshoujo/icon.png",
|
||||
dateFormat:"MMMM d, yyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
Reference in New Issue
Block a user