mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 11:50:30 +00:00
15 lines
453 B
Dart
15 lines
453 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangaeffectSource => _mangaeffectSource;
|
|
Source _mangaeffectSource = Source(
|
|
name: "MangaEffect",
|
|
baseUrl: "https://mangaeffect.com",
|
|
lang: "en",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangaeffect/icon.png",
|
|
dateFormat: "dd.MM.yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|