mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 11:50:30 +00:00
14 lines
455 B
Dart
14 lines
455 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mhscansSource => _mhscansSource;
|
|
Source _mhscansSource = Source(
|
|
name: "MHScans",
|
|
baseUrl: "https://lectormh.com",
|
|
lang: "es",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/mhscans/icon.png",
|
|
dateFormat:"dd 'de' MMMM 'de' yyyy",
|
|
dateFormatLocale:"es"
|
|
);
|