Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/th/kingsmanga/kingsmanga.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",
);