mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-23 07:10:29 +00:00
14 lines
491 B
Dart
14 lines
491 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get imparatormangaSource => _imparatormangaSource;
|
|
Source _imparatormangaSource = Source(
|
|
name: "İmparator Manga",
|
|
baseUrl: "https://www.imparatormanga.com",
|
|
lang: "tr",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/imparatormanga/icon.png",
|
|
dateFormat:"MMMM d, yyyy",
|
|
dateFormatLocale:"tr"
|
|
);
|