mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 21:30:29 +00:00
Refactor
This commit is contained in:
14
manga/multisrc/madara/src/elitemanga/elitemanga.dart
Normal file
14
manga/multisrc/madara/src/elitemanga/elitemanga.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get elitemangaSource => _elitemangaSource;
|
||||
|
||||
Source _elitemangaSource = Source(
|
||||
name: "Elite Manga",
|
||||
baseUrl: "https://www.elitemanga.org",
|
||||
lang: "en",
|
||||
isNsfw:true,
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/elitemanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
BIN
manga/multisrc/madara/src/elitemanga/icon.png
Normal file
BIN
manga/multisrc/madara/src/elitemanga/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
Reference in New Issue
Block a user