mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Added icons
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import '../../../model/source.dart';
|
||||
import '../../../utils/utils.dart';
|
||||
|
||||
const mmrcmsVersion = "0.0.12";
|
||||
const mmrcmsSourceCodeUrl =
|
||||
@@ -13,7 +14,7 @@ List<Source> _mmrcmsSourcesList = [
|
||||
baseUrl: "https://www.scan-vf.net",
|
||||
lang: "fr",
|
||||
typeSource: "mmrcms",
|
||||
iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-fr-scanvf.png',
|
||||
iconUrl: getIconUrl("scanvf", "fr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mmrcmsVersion,
|
||||
@@ -24,7 +25,7 @@ List<Source> _mmrcmsSourcesList = [
|
||||
baseUrl: "https://www.komikid.com",
|
||||
lang: "id",
|
||||
typeSource: "mmrcms",
|
||||
iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-id-komikid.png',
|
||||
iconUrl: getIconUrl("komikid", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mmrcmsVersion,
|
||||
@@ -35,7 +36,7 @@ List<Source> _mmrcmsSourcesList = [
|
||||
baseUrl: "https://mangaid.click",
|
||||
lang: "id",
|
||||
typeSource: "mmrcms",
|
||||
iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-id-mangaid.png',
|
||||
iconUrl: getIconUrl("mangaid", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mmrcmsVersion,
|
||||
@@ -46,19 +47,18 @@ List<Source> _mmrcmsSourcesList = [
|
||||
baseUrl: "https://jpmangas.cc",
|
||||
lang: "fr",
|
||||
typeSource: "mmrcms",
|
||||
iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-fr-jpmangas.png',
|
||||
iconUrl: getIconUrl("jpmangas", "fr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mmrcmsVersion,
|
||||
sourceCodeUrl: mmrcmsSourceCodeUrl,
|
||||
),
|
||||
|
||||
Source(
|
||||
name: "مانجا اون لاين",
|
||||
baseUrl: "https://onma.top",
|
||||
lang: "ar",
|
||||
typeSource: "mmrcms",
|
||||
iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-ar-onma.png',
|
||||
iconUrl: getIconUrl("onma", "ar"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mmrcmsVersion,
|
||||
@@ -69,30 +69,29 @@ List<Source> _mmrcmsSourcesList = [
|
||||
baseUrl: "https://readcomicsonline.ru",
|
||||
lang: "en",
|
||||
typeSource: "mmrcms",
|
||||
iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-en-readcomicsonline.png',
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mmrcmsVersion,
|
||||
sourceCodeUrl: mmrcmsSourceCodeUrl,
|
||||
),
|
||||
Source(
|
||||
name: "Lelscan-VF",
|
||||
baseUrl: "https://www.lelscanvf.cc/",
|
||||
lang: "fr",
|
||||
typeSource: "mmrcms",
|
||||
iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-fr-lelscanvf.png',
|
||||
iconUrl: getIconUrl("readcomicsonline", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mmrcmsVersion,
|
||||
sourceCodeUrl: mmrcmsSourceCodeUrl,
|
||||
),
|
||||
Source(
|
||||
name: "Lelscan-VF",
|
||||
baseUrl: "https://www.lelscanvf.cc/",
|
||||
lang: "fr",
|
||||
typeSource: "mmrcms",
|
||||
iconUrl: getIconUrl("lelscanvf", "fr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mmrcmsVersion,
|
||||
sourceCodeUrl: mmrcmsSourceCodeUrl,
|
||||
),
|
||||
|
||||
Source(
|
||||
name: "Manga-FR",
|
||||
baseUrl: "https://manga-fr.me",
|
||||
lang: "fr",
|
||||
typeSource: "mmrcms",
|
||||
iconUrl: 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-fr-mangafr.png',
|
||||
iconUrl: getIconUrl("mangafr", "fr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mmrcmsVersion,
|
||||
|
||||
Reference in New Issue
Block a user