mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 20:00:30 +00:00
16 lines
423 B
Dart
16 lines
423 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangafrSource => _mangafrSource;
|
|
|
|
Source _mangafrSource = Source(
|
|
name: "Manga-FR",
|
|
baseUrl: "https://manga-fr.me",
|
|
lang: "fr",
|
|
|
|
typeSource: "mmrcms",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/mangafr/icon.png",
|
|
dateFormat: "d MMM. yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|