mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
15 lines
435 B
Dart
15 lines
435 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/main/dart/manga/multisrc/madara/src/id/siimanga/icon.png",
|
|
dateFormat: "d MMMM",
|
|
dateFormatLocale: "en",
|
|
);
|