Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/mgkomik/mgkomik.dart
kodjomoustapha 7cb91be46f fix iconUrl
2024-12-20 11:17:25 +01:00

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"
);