fix megacloud

This commit is contained in:
kodjomoustapha
2025-01-06 13:26:36 +01:00
parent 2bf6bfb2b1
commit c022462627
2 changed files with 1346 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import '../../../../model/source.dart';
import 'src/hianime/hianime.dart'; import 'src/hianime/hianime.dart';
import 'src/kaido/kaido.dart'; import 'src/kaido/kaido.dart';
const _zorothemeVersion = "0.0.95"; const _zorothemeVersion = "0.0.1";
const _zorothemeSourceCodeUrl = const _zorothemeSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/zorotheme/zorotheme.dart"; "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/zorotheme/zorotheme.dart";
@@ -15,5 +15,6 @@ List<Source> _zorothemeSourcesList = [
] ]
.map((e) => e .map((e) => e
..sourceCodeUrl = _zorothemeSourceCodeUrl ..sourceCodeUrl = _zorothemeSourceCodeUrl
..appMinVerReq = "0.4.0"
..version = _zorothemeVersion) ..version = _zorothemeVersion)
.toList(); .toList();

File diff suppressed because one or more lines are too long