mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 20:00:30 +00:00
Reorganize folders
This commit is contained in:
BIN
dart/manga/multisrc/mangabox/src/mangabat/icon.png
Normal file
BIN
dart/manga/multisrc/mangabox/src/mangabat/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
14
dart/manga/multisrc/mangabox/src/mangabat/mangabat.dart
Normal file
14
dart/manga/multisrc/mangabox/src/mangabat/mangabat.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangabatSource => _mangabatSource;
|
||||
|
||||
Source _mangabatSource = Source(
|
||||
name: "Mangabat",
|
||||
baseUrl: "https://m.mangabat.com",
|
||||
lang: "en",
|
||||
typeSource: "mangabox",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/mangabat/icon.png",
|
||||
dateFormat: "MMM dd,yy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
Reference in New Issue
Block a user