mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 13:50:31 +00:00
14 lines
460 B
Dart
14 lines
460 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get lunarscanSource => _lunarscanSource;
|
|
Source _lunarscanSource = Source(
|
|
name: "Lunar Scan",
|
|
baseUrl: "https://lunarscan.com.br",
|
|
lang: "pt-br",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/lunarscan/icon.png",
|
|
dateFormat:"MMMMM dd, yyyy",
|
|
dateFormatLocale:"pt-br"
|
|
);
|