Reorganize folders

This commit is contained in:
kodjomoustapha
2024-03-28 11:13:42 +01:00
parent abdc9cab62
commit 67109cdbbc
565 changed files with 988 additions and 1863 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View 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",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View 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",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../model/source.dart';
Source get mangakakalotSource => _mangakakalotSource;
Source _mangakakalotSource = Source(
name: "Mangakakalot",
baseUrl: "https://mangakakalot.com",
lang: "en",
typeSource: "mangabox",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/mangakakalot/icon.png",
dateFormat: "MMM-dd-yy",
dateFormatLocale: "en",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../../model/source.dart';
Source get manganatoSource => _manganatoSource;
Source _manganatoSource = Source(
name: "Manganato",
baseUrl: "https://manganato.com",
lang: "en",
typeSource: "mangabox",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/manganato/icon.png",
dateFormat: "MMM dd,yy",
dateFormatLocale: "en",
);