mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
Reorganize folders
This commit is contained in:
14
dart/anime/multisrc/zorotheme/src/hianime/hianime.dart
Normal file
14
dart/anime/multisrc/zorotheme/src/hianime/hianime.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get aniwatchSource => _aniwatchSource;
|
||||
|
||||
Source _aniwatchSource = Source(
|
||||
id: 814067600,
|
||||
name: "HiAnime",
|
||||
baseUrl: "https://hianime.to",
|
||||
isManga: false,
|
||||
lang: "en",
|
||||
typeSource: "zorotheme",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/zorotheme/src/hianime/icon.png",
|
||||
);
|
||||
BIN
dart/anime/multisrc/zorotheme/src/hianime/icon.png
Normal file
BIN
dart/anime/multisrc/zorotheme/src/hianime/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
BIN
dart/anime/multisrc/zorotheme/src/kaido/icon.png
Normal file
BIN
dart/anime/multisrc/zorotheme/src/kaido/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
13
dart/anime/multisrc/zorotheme/src/kaido/kaido.dart
Normal file
13
dart/anime/multisrc/zorotheme/src/kaido/kaido.dart
Normal file
@@ -0,0 +1,13 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get kaidoSource => _kaidoSource;
|
||||
|
||||
Source _kaidoSource = Source(
|
||||
name: "Kaido.to",
|
||||
baseUrl: "https://kaido.to",
|
||||
lang: "en",
|
||||
isManga: false,
|
||||
typeSource: "zorotheme",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/zorotheme/src/kaido/icon.png",
|
||||
);
|
||||
Reference in New Issue
Block a user