mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-23 15:20:30 +00:00
New MangaReader sources
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get imaginescanSource => _imaginescanSource;
|
||||
Source _imaginescanSource = Source(
|
||||
name: "Imagine Scan",
|
||||
baseUrl: "https://imaginescan.com.br",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/imaginescan/icon.png",
|
||||
dateFormat:"MMMMM dd, yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
Reference in New Issue
Block a user