mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 03:40:30 +00:00
14 lines
475 B
Dart
14 lines
475 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get komikindocoSource => _komikindocoSource;
|
|
Source _komikindocoSource = Source(
|
|
name: "KomikIndo.co",
|
|
baseUrl: "https://komikindo.co",
|
|
lang: "id",
|
|
isNsfw:false,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komikindoco/icon.png",
|
|
dateFormat:"MMM dd, yyyy",
|
|
dateFormatLocale:"id"
|
|
);
|