Merge branch 'main' into feature/light-novel

This commit is contained in:
Moustapha Kodjo Amadou
2025-01-06 15:41:28 +01:00
committed by GitHub
6 changed files with 1889 additions and 62 deletions

View File

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

File diff suppressed because one or more lines are too long