mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-26 00:31:32 +00:00
16 lines
456 B
Dart
16 lines
456 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mihentaiSource => _mihentaiSource;
|
|
|
|
Source _mihentaiSource = Source(
|
|
name: "Mihentai",
|
|
baseUrl: "https://mihentai.com",
|
|
lang: "all",
|
|
isNsfw: true,
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mihentai/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|