mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
15 lines
470 B
Dart
15 lines
470 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get areamangaSource => _areamangaSource;
|
|
Source _areamangaSource = Source(
|
|
name: "أريا مانجا",
|
|
baseUrl: "https://ar.kenmanga.com",
|
|
lang: "ar",
|
|
isNsfw: false,
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/areamanga/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "ar",
|
|
);
|