mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 12:20:28 +00:00
14 lines
441 B
Dart
14 lines
441 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get amuySource => _amuySource;
|
|
Source _amuySource = Source(
|
|
name: "Amuy",
|
|
baseUrl: "https://apenasmaisumyaoi.com",
|
|
lang: "pt-br",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/amuy/icon.png",
|
|
dateFormat:"dd/MM/yyyy",
|
|
dateFormatLocale:"pt-br"
|
|
);
|