mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-26 08:40:32 +00:00
14 lines
486 B
Dart
14 lines
486 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get manhwalandmomSource => _manhwalandmomSource;
|
|
Source _manhwalandmomSource = Source(
|
|
name: "ManhwaLand.mom",
|
|
baseUrl: "https://manhwaland.lat",
|
|
lang: "id",
|
|
isNsfw:true,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/manhwalandmom/icon.png",
|
|
dateFormat:"MMMM d, yyyy",
|
|
dateFormatLocale:"id"
|
|
);
|