mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
443 B
Dart
14 lines
443 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangaokuSource => _mangaokuSource;
|
|
Source _mangaokuSource = Source(
|
|
name: "Manga Oku",
|
|
baseUrl: "https://mangaoku.info",
|
|
lang: "tr",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangaoku/icon.png",
|
|
dateFormat:"d MMMM yyyy",
|
|
dateFormatLocale:"tr"
|
|
);
|