mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
477 B
Dart
14 lines
477 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangashiinaSource => _mangashiinaSource;
|
|
Source _mangashiinaSource = Source(
|
|
name: "Manga Mukai",
|
|
baseUrl: "https://mangamukai.com",
|
|
lang: "es",
|
|
isNsfw:false,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangashiina/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"es"
|
|
);
|