mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Add Detective Conan AR manga source
This commit is contained in:
@@ -94,6 +94,7 @@ import 'src/winterscan/winterscan.dart';
|
||||
import 'src/wonderlandscan/wonderlandscan.dart';
|
||||
import 'src/yuriverso/yuriverso.dart';
|
||||
import 'src/manga3asq/manga3asq.dart';
|
||||
import 'src/detectiveconanar/detectiveconanar.dart';
|
||||
import 'src/grabberzone/grabberzone.dart';
|
||||
import 'src/mangalink/mangalink.dart';
|
||||
import 'src/mangalek/mangalek.dart';
|
||||
@@ -397,6 +398,8 @@ List<Source> _madaraSourcesList =
|
||||
olaoeSource,
|
||||
//Rocks Manga (AR)
|
||||
rocksmangaSource,
|
||||
//شبكة كونان العربية (AR)
|
||||
detectiveconanarSource,
|
||||
//DragonTea (EN)
|
||||
dragonteaSource,
|
||||
//Global Bloging (EN)
|
||||
@@ -563,10 +566,9 @@ List<Source> _madaraSourcesList =
|
||||
webtoonhattiSource,
|
||||
]
|
||||
.map(
|
||||
(e) =>
|
||||
e
|
||||
..itemType = ItemType.manga
|
||||
..sourceCodeUrl = madaraSourceCodeUrl
|
||||
..version = madaraVersion,
|
||||
(e) => e
|
||||
..itemType = ItemType.manga
|
||||
..sourceCodeUrl = madaraSourceCodeUrl
|
||||
..version = madaraVersion,
|
||||
)
|
||||
.toList();
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get detectiveconanarSource => _detectiveconanarSource;
|
||||
|
||||
Source _detectiveconanarSource = Source(
|
||||
name: "شبكة كونان العربية",
|
||||
baseUrl: "https://manga.detectiveconanar.com",
|
||||
lang: "ar",
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/detectiveconanar/icon.png",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/detectiveconanar/icon.png
Normal file
BIN
dart/manga/multisrc/madara/src/detectiveconanar/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user