This commit is contained in:
kodjomoustapha
2023-12-20 16:35:01 +01:00
parent 792c7dd9a6
commit 48c1bc618f
280 changed files with 635 additions and 715 deletions

View File

@@ -8,9 +8,9 @@ import 'src/readcomicsonline/readcomicsonline.dart';
import 'src/lelscanvf/lelscanvf.dart';
import 'src/mangafr/mangafr.dart';
const mmrcmsVersion = "0.0.45";
const mmrcmsVersion = "0.0.5";
const mmrcmsSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/mmrcms-v$mmrcmsVersion.dart";
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mmrcms/mmrcms.dart";
List<Source> get mmrcmsSourcesList => _mmrcmsSourcesList;
List<Source> _mmrcmsSourcesList = [

View File

@@ -8,7 +8,7 @@ import '../../../../../model/source.dart';
lang: "fr",
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/jpmangas/icon.png",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mmrcms/src/jpmangas/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

View File

@@ -8,7 +8,7 @@ import '../../../../../model/source.dart';
lang: "id",
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/komikid/icon.png",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mmrcms/src/komikid/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

View File

@@ -8,7 +8,7 @@ import '../../../../../model/source.dart';
lang: "fr",
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/lelscanvf/icon.png",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mmrcms/src/lelscanvf/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

View File

@@ -8,7 +8,7 @@ import '../../../../../model/source.dart';
lang: "fr",
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/mangafr/icon.png",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mmrcms/src/mangafr/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

View File

@@ -8,7 +8,7 @@ import '../../../../../model/source.dart';
lang: "id",
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/mangaid/icon.png",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mmrcms/src/mangaid/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

View File

@@ -8,7 +8,7 @@ import '../../../../../model/source.dart';
lang: "ar",
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/onma/icon.png",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mmrcms/src/onma/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

View File

@@ -8,7 +8,7 @@ import '../../../../../model/source.dart';
lang: "en",
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/readcomicsonline/icon.png",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mmrcms/src/readcomicsonline/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);

View File

@@ -8,7 +8,7 @@ import '../../../../../model/source.dart';
lang: "fr",
typeSource: "mmrcms",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/scanvf/icon.png",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mmrcms/src/scanvf/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en_us",
);