mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 16:20:29 +00:00
14 lines
457 B
Dart
14 lines
457 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get gatemangaSource => _gatemangaSource;
|
|
Source _gatemangaSource = Source(
|
|
name: "Gatemanga",
|
|
baseUrl: "https://gatemanga.com",
|
|
lang: "ar",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/gatemanga/icon.png",
|
|
dateFormat:"d MMMM، yyyy",
|
|
dateFormatLocale:"ar"
|
|
);
|