mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-24 07:40:30 +00:00
14 lines
487 B
Dart
14 lines
487 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get leitordemangaSource => _leitordemangaSource;
|
|
Source _leitordemangaSource = Source(
|
|
name: "Leitor de Mangá",
|
|
baseUrl: "https://leitordemanga.com",
|
|
lang: "pt-br",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/leitordemanga/icon.png",
|
|
dateFormat:"dd/MM/yyyy",
|
|
dateFormatLocale:"pt-br"
|
|
);
|