mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 05:10:30 +00:00
Refactor
This commit is contained in:
14
manga/multisrc/madara/src/mangaclash/mangaclash.dart
Normal file
14
manga/multisrc/madara/src/mangaclash/mangaclash.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get mangaclashSource => _mangaclashSource;
|
||||
|
||||
Source _mangaclashSource = Source(
|
||||
name: "MangaClash",
|
||||
baseUrl: "https://mangaclash.com",
|
||||
lang: "en",
|
||||
isNsfw:true,
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/mangaclash/icon.png",
|
||||
dateFormat:"MM/dd/yy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user