mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-23 23:30:29 +00:00
15 lines
437 B
Dart
15 lines
437 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangahonaSource => _mangahonaSource;
|
|
Source _mangahonaSource = Source(
|
|
name: "MangaHoNa",
|
|
baseUrl: "https://mangahona.pl",
|
|
lang: "pl",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangahona/icon.png",
|
|
dateFormat: "yyyy-MM-dd",
|
|
dateFormatLocale: "en",
|
|
);
|