mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 11:50:30 +00:00
14 lines
436 B
Dart
14 lines
436 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mgkomikSource => _mgkomikSource;
|
|
Source _mgkomikSource = Source(
|
|
name: "MG Komik",
|
|
baseUrl: "https://mgkomik.id",
|
|
lang: "id",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mgkomik/icon.png",
|
|
dateFormat:"dd MMM yy",
|
|
dateFormatLocale:"en_us"
|
|
);
|