mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 22:00:29 +00:00
14 lines
453 B
Dart
14 lines
453 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get nexoscansSource => _nexoscansSource;
|
|
Source _nexoscansSource = Source(
|
|
name: "Nexo Scans",
|
|
baseUrl: "https://nexoscans.net",
|
|
lang: "pt-br",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/nexoscans/icon.png",
|
|
dateFormat:"dd/MM/yyyy",
|
|
dateFormatLocale:"en_us"
|
|
);
|