mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 12:20:28 +00:00
Reorganize folders
This commit is contained in:
BIN
dart/manga/multisrc/madara/src/mangakomi/icon.png
Normal file
BIN
dart/manga/multisrc/madara/src/mangakomi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
14
dart/manga/multisrc/madara/src/mangakomi/mangakomi.dart
Normal file
14
dart/manga/multisrc/madara/src/mangakomi/mangakomi.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangakomiSource => _mangakomiSource;
|
||||
|
||||
Source _mangakomiSource = Source(
|
||||
name: "MangaKomi",
|
||||
baseUrl: "https://mangakomi.io",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangakomi/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user