mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
445 B
Dart
14 lines
445 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"
|
|
);
|