mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-21 22:30:31 +00:00
15 lines
458 B
Dart
15 lines
458 B
Dart
import '../../../../../../../model/source.dart';
|
|
|
|
Source get mangalinkSource => _mangalinkSource;
|
|
Source _mangalinkSource = Source(
|
|
name: "مانجا لينك",
|
|
baseUrl: "https://link-manga.com",
|
|
lang: "ar",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/ar/mangalink/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "ar",
|
|
);
|