added icon for some manga extensions

This commit is contained in:
kodjomoustapha
2023-08-07 22:49:23 +01:00
parent 67440f8ac3
commit 2bb156d71e
14 changed files with 10 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@@ -14,7 +14,7 @@ List<Source> _heanCmsSourcesList = [
lang: "es", lang: "es",
typeSource: "heancms", typeSource: "heancms",
isNsfw: true, isNsfw: true,
iconUrl: '', iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-es-yugenmangas.png',
sourceCodeUrl: heancmsSourceCodeUrl, sourceCodeUrl: heancmsSourceCodeUrl,
version: heancmsVersion, version: heancmsVersion,
dateFormat: defaultDateFormat, dateFormat: defaultDateFormat,
@@ -26,7 +26,7 @@ List<Source> _heanCmsSourcesList = [
lang: "en", lang: "en",
typeSource: "heancms", typeSource: "heancms",
isNsfw: true, isNsfw: true,
iconUrl: '', iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-en-omegascans.png',
sourceCodeUrl: heancmsSourceCodeUrl, sourceCodeUrl: heancmsSourceCodeUrl,
version: heancmsVersion, version: heancmsVersion,
dateFormat: defaultDateFormat, dateFormat: defaultDateFormat,

View File

@@ -12,7 +12,7 @@ List<Source> _madaraSourcesList = [
baseUrl: "https://fr-scan.com", baseUrl: "https://fr-scan.com",
lang: "fr", lang: "fr",
typeSource: "madara", typeSource: "madara",
iconUrl: '', iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-fr-frscan.png',
dateFormat: "MMMM d, yyyy", dateFormat: "MMMM d, yyyy",
dateFormatLocale: "fr", dateFormatLocale: "fr",
version: madaraVersion, version: madaraVersion,
@@ -22,7 +22,7 @@ List<Source> _madaraSourcesList = [
baseUrl: "https://astral-manga.fr", baseUrl: "https://astral-manga.fr",
lang: "fr", lang: "fr",
typeSource: "madara", typeSource: "madara",
iconUrl: '', iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-fr-astralmanga.png',
dateFormat: "dd/mm/yyyy", dateFormat: "dd/mm/yyyy",
dateFormatLocale: "fr", dateFormatLocale: "fr",
version: madaraVersion, version: madaraVersion,
@@ -42,7 +42,7 @@ List<Source> _madaraSourcesList = [
baseUrl: "https://adultwebtoon.com", baseUrl: "https://adultwebtoon.com",
lang: "en", lang: "en",
typeSource: "madara", typeSource: "madara",
iconUrl: '', iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-en-adultwebtoon.png',
isNsfw: true, isNsfw: true,
dateFormat: defaultDateFormat, dateFormat: defaultDateFormat,
dateFormatLocale: defaultDateFormatLocale, dateFormatLocale: defaultDateFormatLocale,
@@ -53,7 +53,7 @@ List<Source> _madaraSourcesList = [
baseUrl: "https://www.araznovel.com", baseUrl: "https://www.araznovel.com",
lang: "tr", lang: "tr",
typeSource: "madara", typeSource: "madara",
iconUrl: '', iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-tr-araznovel.png',
dateFormat: "d MMMM yyyy", dateFormat: "d MMMM yyyy",
dateFormatLocale: "en", dateFormatLocale: "en",
version: madaraVersion, version: madaraVersion,
@@ -63,7 +63,7 @@ List<Source> _madaraSourcesList = [
baseUrl: "https://bestmanga.club", baseUrl: "https://bestmanga.club",
lang: "ru", lang: "ru",
typeSource: "madara", typeSource: "madara",
iconUrl: '', iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-ru-bestmanga.png',
dateFormat: "dd.MM.yyyy", dateFormat: "dd.MM.yyyy",
dateFormatLocale: "ru", dateFormatLocale: "ru",
version: madaraVersion, version: madaraVersion,
@@ -73,7 +73,7 @@ List<Source> _madaraSourcesList = [
baseUrl: "https://www.cmreader.info", baseUrl: "https://www.cmreader.info",
lang: "en", lang: "en",
typeSource: "madara", typeSource: "madara",
iconUrl: '', iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-en-chibimanga.png',
dateFormat: defaultDateFormat, dateFormat: defaultDateFormat,
dateFormatLocale: defaultDateFormatLocale, dateFormatLocale: defaultDateFormatLocale,
version: madaraVersion, version: madaraVersion,

View File

@@ -9,7 +9,7 @@ const defaultDateFormat = "yyyy-MM-dd'T'HH:mm:ss'Z'";
const defaultDateFormatLocale = "en"; const defaultDateFormatLocale = "en";
const iconUrl = const iconUrl =
'https://comick.app/_next/image?url=%2Fstatic%2Ficons%2Funicorn-64.png&w=144&q=75'; 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-all-comickfun.png';
const apiUrl = 'https://api.comick.fun'; const apiUrl = 'https://api.comick.fun';
const baseUrl = 'https://comick.app'; const baseUrl = 'https://comick.app';
const isNsfw = true; const isNsfw = true;

View File

@@ -8,7 +8,7 @@ const isNsfw = true;
const mangadexVersion = "0.0.11"; const mangadexVersion = "0.0.11";
const mangadexSourceCodeUrl = const mangadexSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/src/all/mangadex/mangadex-v$mangadexVersion.dart"; "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/src/all/mangadex/mangadex-v$mangadexVersion.dart";
const iconUrl = ''; const iconUrl = 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-all-mangadex.png';
List<Source> get mangaDexSourcesList => _mangaDexSourcesList; List<Source> get mangaDexSourcesList => _mangaDexSourcesList;
List<Source> _mangaDexSourcesList = [ List<Source> _mangaDexSourcesList = [
Source( Source(