mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
Add Mangax Core AR manga source
This commit is contained in:
@@ -95,6 +95,7 @@ import 'src/wonderlandscan/wonderlandscan.dart';
|
||||
import 'src/yuriverso/yuriverso.dart';
|
||||
import 'src/manga3asq/manga3asq.dart';
|
||||
import 'src/detectiveconanar/detectiveconanar.dart';
|
||||
import 'src/mangaxcore/mangaxcore.dart';
|
||||
import 'src/grabberzone/grabberzone.dart';
|
||||
import 'src/mangalink/mangalink.dart';
|
||||
import 'src/mangalek/mangalek.dart';
|
||||
@@ -380,6 +381,8 @@ List<Source> _madaraSourcesList =
|
||||
yuriversoSource,
|
||||
//مانجا العاشق (AR)
|
||||
manga3asqSource,
|
||||
//Mangax Core (AR)
|
||||
mangaxcoreSource,
|
||||
//Grabber Zone (ALL)
|
||||
grabberzoneSource,
|
||||
//مانجا لينك (AR)
|
||||
|
||||
BIN
dart/manga/multisrc/madara/src/mangaxcore/icon.png
Normal file
BIN
dart/manga/multisrc/madara/src/mangaxcore/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
12
dart/manga/multisrc/madara/src/mangaxcore/mangaxcore.dart
Normal file
12
dart/manga/multisrc/madara/src/mangaxcore/mangaxcore.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangaxcoreSource => _mangaxcoreSource;
|
||||
|
||||
Source _mangaxcoreSource = Source(
|
||||
name: "Mangax Core",
|
||||
baseUrl: "https://mangaxcore.xyz",
|
||||
lang: "ar",
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangaxcore/icon.png",
|
||||
);
|
||||
Reference in New Issue
Block a user