mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 11:21:11 +00:00
Refactor
This commit is contained in:
BIN
manga/multisrc/mmrcms/src/mangafr/icon.png
Normal file
BIN
manga/multisrc/mmrcms/src/mangafr/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
14
manga/multisrc/mmrcms/src/mangafr/mangafr.dart
Normal file
14
manga/multisrc/mmrcms/src/mangafr/mangafr.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get mangafrSource => _mangafrSource;
|
||||
|
||||
Source _mangafrSource = Source(
|
||||
name: "Manga-FR",
|
||||
baseUrl: "https://manga-fr.me",
|
||||
lang: "fr",
|
||||
isNsfw:true,
|
||||
typeSource: "mmrcms",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/mangafr/icon.png",
|
||||
dateFormat:"d MMM. yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user