mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 20:30:33 +00:00
15 lines
468 B
Dart
15 lines
468 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",
|
|
);
|