Add Mangax Core AR manga source

This commit is contained in:
xMohnad
2025-06-13 21:07:53 +00:00
parent 31d2e6f9ba
commit dc89b3c97c
3 changed files with 15 additions and 0 deletions

View File

@@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View 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",
);