mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 13:50:31 +00:00
15 lines
426 B
Dart
15 lines
426 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get nvmangaSource => _nvmangaSource;
|
|
Source _nvmangaSource = Source(
|
|
name: "NvManga",
|
|
baseUrl: "https://nvmanga.com",
|
|
lang: "en",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/nvmanga/icon.png",
|
|
dateFormat: "dd/MM/yyyy",
|
|
dateFormatLocale: "en",
|
|
);
|