mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 21:30:29 +00:00
WIP
This commit is contained in:
28
anime/multisrc/zorotheme/sources.dart
Normal file
28
anime/multisrc/zorotheme/sources.dart
Normal file
@@ -0,0 +1,28 @@
|
||||
import '../../../model/source.dart';
|
||||
import '../../../utils/utils.dart';
|
||||
|
||||
const zorothemeVersion = "0.0.4";
|
||||
const zorothemeSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/multisrc/zorotheme/zorotheme-v$zorothemeVersion.dart";
|
||||
|
||||
List<Source> get zorothemeSourcesList => _zorothemeSourcesList;
|
||||
List<Source> _zorothemeSourcesList = [
|
||||
Source(
|
||||
name: "AniWatch.to",
|
||||
baseUrl: "https://aniwatch.to",
|
||||
lang: "en",
|
||||
typeSource: "zorotheme",
|
||||
iconUrl: getIconUrl("aniwatch", "en"),
|
||||
version: zorothemeVersion,
|
||||
isManga: false,
|
||||
sourceCodeUrl: zorothemeSourceCodeUrl),
|
||||
Source(
|
||||
name: "Kaido.to",
|
||||
baseUrl: "https://kaido.to",
|
||||
lang: "en",
|
||||
typeSource: "zorotheme",
|
||||
iconUrl: getIconUrl("kaido", "en"),
|
||||
version: zorothemeVersion,
|
||||
isManga: false,
|
||||
sourceCodeUrl: zorothemeSourceCodeUrl),
|
||||
];
|
||||
Reference in New Issue
Block a user