mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-24 07:40:30 +00:00
14 lines
460 B
Dart
14 lines
460 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get hentai3zSource => _hentai3zSource;
|
|
|
|
Source _hentai3zSource = Source(
|
|
name: "Hentai3z",
|
|
baseUrl: "https://hentai3z.xyz",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/madara/src/hentai3z/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |