mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-24 15:50:29 +00:00
14 lines
490 B
Dart
14 lines
490 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get manhuaonlineSource => _manhuaonlineSource;
|
|
Source _manhuaonlineSource = Source(
|
|
name: "Manhua Online",
|
|
baseUrl: "https://blog.manhuaonline.org",
|
|
lang: "es",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/manhuaonline/icon.png",
|
|
dateFormat:"dd 'de' MMMM 'de' yyyy",
|
|
dateFormatLocale:"es"
|
|
);
|