mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-24 15:50:29 +00:00
14 lines
476 B
Dart
14 lines
476 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get hentaimangaSource => _hentaimangaSource;
|
|
|
|
Source _hentaimangaSource = Source(
|
|
name: "Hentai Manga",
|
|
baseUrl: "https://hentaimanga.me",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/madara/src/hentaimanga/icon.png",
|
|
dateFormat:"MMM d, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |