mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-21 22:30:31 +00:00
15 lines
439 B
Dart
15 lines
439 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get lelmangaSource => _lelmangaSource;
|
|
|
|
Source _lelmangaSource = Source(
|
|
name: "Lelmanga",
|
|
baseUrl: "https://www.lelmanga.com",
|
|
lang: "fr",
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/lelmanga/icon.png",
|
|
dateFormat: "MMMM d, yyyy",
|
|
dateFormatLocale: "en",
|
|
);
|