mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-21 06:11:02 +00:00
14 lines
504 B
Dart
14 lines
504 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get carteldemanhwasSource => _carteldemanhwasSource;
|
|
Source _carteldemanhwasSource = Source(
|
|
name: "Cartel de Manhwas",
|
|
baseUrl: "https://carteldemanhwas.com",
|
|
lang: "es",
|
|
isNsfw:false,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/carteldemanhwas/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"es"
|
|
);
|