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