mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-23 07:10:29 +00:00
14 lines
469 B
Dart
14 lines
469 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get manga18hSource => _manga18hSource;
|
|
|
|
Source _manga18hSource = Source(
|
|
name: "Manga 18h",
|
|
baseUrl: "https://manga18h.com",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/manga18h/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |