mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 03:40:30 +00:00
14 lines
444 B
Dart
14 lines
444 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get komikidSource => _komikidSource;
|
|
|
|
Source _komikidSource = Source(
|
|
name: "Komikid",
|
|
baseUrl: "https://www.komikid.com",
|
|
lang: "id",
|
|
|
|
typeSource: "mmrcms",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mmrcms/src/komikid/icon.png",
|
|
dateFormat:"d MMM. yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |