mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 21:30:29 +00:00
14 lines
476 B
Dart
14 lines
476 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangakingsSource => _mangakingsSource;
|
|
Source _mangakingsSource = Source(
|
|
name: "Manga Kings",
|
|
baseUrl: "https://mangakings.com.tr",
|
|
lang: "tr",
|
|
isNsfw:false,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangakings/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"tr"
|
|
);
|