mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 20:30:33 +00:00
14 lines
471 B
Dart
14 lines
471 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangkomikSource => _mangkomikSource;
|
|
Source _mangkomikSource = Source(
|
|
name: "Siren Komik",
|
|
baseUrl: "https://sirenkomik.my.id",
|
|
lang: "id",
|
|
isNsfw:false,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangkomik/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"id"
|
|
);
|