mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-24 15:50:29 +00:00
15 lines
449 B
Dart
15 lines
449 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get magusmangaSource => _magusmangaSource;
|
|
|
|
Source _magusmangaSource = Source(
|
|
name: "Magus Manga",
|
|
baseUrl: "https://magusmanga.com",
|
|
lang: "ar",
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/magusmanga/icon.png",
|
|
dateFormat: "MMMMM d, yyyy",
|
|
dateFormatLocale: "ar",
|
|
);
|