mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
bump extensions versions
This commit is contained in:
1728
index.json
1728
index.json
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
import '../../../model/source.dart';
|
||||
|
||||
const heancmsVersion = "0.0.1";
|
||||
const heancmsVersion = "0.0.11";
|
||||
const heancmsSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/heancms-v$heancmsVersion.dart";
|
||||
const defaultDateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import '../../../model/source.dart';
|
||||
|
||||
const madaraVersion = "0.0.11";
|
||||
const madaraVersion = "0.0.12";
|
||||
const madaraSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/madara-v$madaraVersion.dart";
|
||||
const defaultDateFormat = "MMMM dd, yyyy";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import '../../../model/source.dart';
|
||||
|
||||
const mangareaderVersion = "0.0.13";
|
||||
const mangareaderVersion = "0.0.14";
|
||||
const mangareaderSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/mangareader-v$mangareaderVersion.dart";
|
||||
const defaultDateFormat = "MMMM dd, yyyy";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import '../../../model/source.dart';
|
||||
|
||||
const mmrcmsVersion = "0.0.1";
|
||||
const mmrcmsVersion = "0.0.11";
|
||||
const mmrcmsSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/mmrcms-v$mmrcmsVersion.dart";
|
||||
const defaultDateFormat = "d MMM. yyyy";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
import '../../../../model/source.dart';
|
||||
|
||||
const comickVersion = "0.0.1";
|
||||
const comickVersion = "0.0.11";
|
||||
const comickSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/src/all/comick/comick-v$comickVersion.dart";
|
||||
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
|
||||
|
||||
import '../../../../model/source.dart';
|
||||
|
||||
const apiUrl = 'https://api.mangadex.org';
|
||||
const baseUrl = 'https://mangadex.org';
|
||||
const isNsfw = true;
|
||||
const mangadexVersion = "0.0.11";
|
||||
const mangadexVersion = "0.0.12";
|
||||
const mangadexSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/src/all/mangadex/mangadex-v$mangadexVersion.dart";
|
||||
const iconUrl = 'https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/icon/mangayomi-all-mangadex.png';
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
|
||||
import '../../../../model/source.dart';
|
||||
|
||||
Source get mangahereSource => _mangahereSource;
|
||||
const mangahereVersion = "0.0.1";
|
||||
const mangahereVersion = "0.0.11";
|
||||
const mangahereSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/src/en/mangahere/mangahere-v$mangahereVersion.dart";
|
||||
Source _mangahereSource = Source(
|
||||
|
||||
Reference in New Issue
Block a user