mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 16:20:29 +00:00
15 lines
456 B
Dart
15 lines
456 B
Dart
import '../../../../../../../model/source.dart';
|
|
|
|
Source get kingsmangaSource => _kingsmangaSource;
|
|
Source _kingsmangaSource = Source(
|
|
name: "Kings-Manga",
|
|
baseUrl: "https://www.kings-manga.co",
|
|
lang: "th",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/th/kingsmanga/icon.png",
|
|
dateFormat: "d MMMM yyyy",
|
|
dateFormatLocale: "th",
|
|
);
|