mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 05:40:36 +00:00
14 lines
452 B
Dart
14 lines
452 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangakeyfiSource => _mangakeyfiSource;
|
|
Source _mangakeyfiSource = Source(
|
|
name: "Manga Keyfi",
|
|
baseUrl: "https://mangakeyfi.net",
|
|
lang: "tr",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangakeyfi/icon.png",
|
|
dateFormat:"d MMM yyy",
|
|
dateFormatLocale:"tr"
|
|
);
|