mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 13:50:31 +00:00
14 lines
464 B
Dart
14 lines
464 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get mangalifeSource => _mangalifeSource;
|
|
|
|
Source _mangalifeSource = Source(
|
|
name: "MangaLife",
|
|
baseUrl: "https://manga4life.com",
|
|
lang: "en",
|
|
isNsfw: true,
|
|
typeSource: "nepnep",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/nepnep/src/mangalife/icon.png",
|
|
dateFormat:"yyyy-MM-dd HH:mm:ss",
|
|
dateFormatLocale:"en",
|
|
); |