mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 19:30:29 +00:00
Reorganize folders
This commit is contained in:
BIN
dart/manga/multisrc/madara/src/mangaclash/icon.png
Normal file
BIN
dart/manga/multisrc/madara/src/mangaclash/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
14
dart/manga/multisrc/madara/src/mangaclash/mangaclash.dart
Normal file
14
dart/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",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangaclash/icon.png",
|
||||
dateFormat:"MM/dd/yy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user