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/mangabox/src/mangairo/icon.png
Normal file
BIN
dart/manga/multisrc/mangabox/src/mangairo/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
15
dart/manga/multisrc/mangabox/src/mangairo/mangaeiro.dart
Normal file
15
dart/manga/multisrc/mangabox/src/mangairo/mangaeiro.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangairoSource => _mangairoSource;
|
||||
|
||||
Source _mangairoSource = Source(
|
||||
name: "Mangairo",
|
||||
baseUrl: "https://h.mangairo.com",
|
||||
lang: "en",
|
||||
isNsfw: true,
|
||||
typeSource: "mangabox",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/mangairo/icon.png",
|
||||
dateFormat: "MMM-dd-yy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
Reference in New Issue
Block a user