mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 11:21:11 +00:00
15 lines
466 B
Dart
15 lines
466 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangalevelingSource => _mangalevelingSource;
|
|
Source _mangalevelingSource = Source(
|
|
name: "Manga Leveling",
|
|
baseUrl: "https://mangaleveling.com",
|
|
lang: "en",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangaleveling/icon.png",
|
|
dateFormat: "MM/dd/yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|