mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 08:10:29 +00:00
14 lines
461 B
Dart
14 lines
461 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get stickhorseSource => _stickhorseSource;
|
|
Source _stickhorseSource = Source(
|
|
name: "Stick Horse",
|
|
baseUrl: "https://stickhorse.cl",
|
|
lang: "es",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/stickhorse/icon.png",
|
|
dateFormat:"MMMM d, yyyy",
|
|
dateFormatLocale:"es"
|
|
);
|