mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 00:00:38 +00:00
14 lines
494 B
Dart
14 lines
494 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get alonescanlatorSource => _alonescanlatorSource;
|
|
Source _alonescanlatorSource = Source(
|
|
name: "Alone Scanlator",
|
|
baseUrl: "https://alonescanlator.com.br",
|
|
lang: "pt-br",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/alonescanlator/icon.png",
|
|
dateFormat:"dd/MM/yyyy",
|
|
dateFormatLocale:"pt-br"
|
|
);
|