mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 19:30:29 +00:00
refactor: organize sources by language directories
This commit is contained in:
BIN
dart/manga/multisrc/mangabox/src/en/mangabat/icon.png
Normal file
BIN
dart/manga/multisrc/mangabox/src/en/mangabat/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
14
dart/manga/multisrc/mangabox/src/en/mangabat/mangabat.dart
Normal file
14
dart/manga/multisrc/mangabox/src/en/mangabat/mangabat.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get mangabatSource => _mangabatSource;
|
||||
|
||||
Source _mangabatSource = Source(
|
||||
name: "Mangabat",
|
||||
baseUrl: "https://www.mangabats.com",
|
||||
lang: "en",
|
||||
typeSource: "mangabox",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/en/mangabat/icon.png",
|
||||
dateFormat: "MMM dd,yy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
BIN
dart/manga/multisrc/mangabox/src/en/mangakakalot/icon.png
Normal file
BIN
dart/manga/multisrc/mangabox/src/en/mangakakalot/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get mangakakalotSource => _mangakakalotSource;
|
||||
|
||||
Source _mangakakalotSource = Source(
|
||||
name: "Mangakakalot",
|
||||
baseUrl: "https://www.mangakakalot.gg",
|
||||
lang: "en",
|
||||
typeSource: "mangabox",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/en/mangakakalot/icon.png",
|
||||
dateFormat: "MMM dd,yyyy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
BIN
dart/manga/multisrc/mangabox/src/en/manganato/icon.png
Normal file
BIN
dart/manga/multisrc/mangabox/src/en/manganato/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
14
dart/manga/multisrc/mangabox/src/en/manganato/manganato.dart
Normal file
14
dart/manga/multisrc/mangabox/src/en/manganato/manganato.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get manganatoSource => _manganatoSource;
|
||||
|
||||
Source _manganatoSource = Source(
|
||||
name: "Manganato",
|
||||
baseUrl: "https://www.natomanga.com",
|
||||
lang: "en",
|
||||
typeSource: "mangabox",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/en/manganato/icon.png",
|
||||
dateFormat: "MMM dd,yy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
Reference in New Issue
Block a user