mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-18 21:00:31 +00:00
14 lines
478 B
Dart
14 lines
478 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get pirulitorosaSource => _pirulitorosaSource;
|
|
Source _pirulitorosaSource = Source(
|
|
name: "Pirulito Rosa",
|
|
baseUrl: "https://pirulitorosa.site",
|
|
lang: "pt-br",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/pirulitorosa/icon.png",
|
|
dateFormat:"dd/MM/yyy",
|
|
dateFormatLocale:"pt-br"
|
|
);
|