mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
15 lines
441 B
Dart
15 lines
441 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/main/dart/manga/multisrc/madara/src/gatemanga/icon.png",
|
|
dateFormat: "d MMMM، yyyy",
|
|
dateFormatLocale: "ar",
|
|
);
|