mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +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/wonderlandscan/wonderlandscan.dart';
|
||||||
import 'src/yuriverso/yuriverso.dart';
|
import 'src/yuriverso/yuriverso.dart';
|
||||||
import 'src/manga3asq/manga3asq.dart';
|
import 'src/manga3asq/manga3asq.dart';
|
||||||
|
import 'src/detectiveconanar/detectiveconanar.dart';
|
||||||
import 'src/grabberzone/grabberzone.dart';
|
import 'src/grabberzone/grabberzone.dart';
|
||||||
import 'src/mangalink/mangalink.dart';
|
import 'src/mangalink/mangalink.dart';
|
||||||
import 'src/mangalek/mangalek.dart';
|
import 'src/mangalek/mangalek.dart';
|
||||||
@@ -397,6 +398,8 @@ List<Source> _madaraSourcesList =
|
|||||||
olaoeSource,
|
olaoeSource,
|
||||||
//Rocks Manga (AR)
|
//Rocks Manga (AR)
|
||||||
rocksmangaSource,
|
rocksmangaSource,
|
||||||
|
//شبكة كونان العربية (AR)
|
||||||
|
detectiveconanarSource,
|
||||||
//DragonTea (EN)
|
//DragonTea (EN)
|
||||||
dragonteaSource,
|
dragonteaSource,
|
||||||
//Global Bloging (EN)
|
//Global Bloging (EN)
|
||||||
@@ -563,10 +566,9 @@ List<Source> _madaraSourcesList =
|
|||||||
webtoonhattiSource,
|
webtoonhattiSource,
|
||||||
]
|
]
|
||||||
.map(
|
.map(
|
||||||
(e) =>
|
(e) => e
|
||||||
e
|
..itemType = ItemType.manga
|
||||||
..itemType = ItemType.manga
|
..sourceCodeUrl = madaraSourceCodeUrl
|
||||||
..sourceCodeUrl = madaraSourceCodeUrl
|
..version = madaraVersion,
|
||||||
..version = madaraVersion,
|
|
||||||
)
|
)
|
||||||
.toList();
|
.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