mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-21 06:11:02 +00:00
14 lines
445 B
Dart
14 lines
445 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get siimangaSource => _siimangaSource;
|
|
Source _siimangaSource = Source(
|
|
name: "Siimanga",
|
|
baseUrl: "https://siimanga.cyou",
|
|
lang: "id",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/siimanga/icon.png",
|
|
dateFormat:"d MMMM",
|
|
dateFormatLocale:"en"
|
|
);
|