mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 06:40:30 +00:00
15 lines
445 B
Dart
15 lines
445 B
Dart
import '../../../../../../../model/source.dart';
|
|
|
|
Source get mangalifeSource => _mangalifeSource;
|
|
|
|
Source _mangalifeSource = Source(
|
|
name: "MangaLife",
|
|
baseUrl: "https://manga4life.com",
|
|
lang: "en",
|
|
typeSource: "nepnep",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/nepnep/src/en/mangalife/icon.png",
|
|
dateFormat: "yyyy-MM-dd HH:mm:ss",
|
|
dateFormatLocale: "en",
|
|
);
|