mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 12:20:28 +00:00
14 lines
471 B
Dart
14 lines
471 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get mangadistrictSource => _mangadistrictSource;
|
|
|
|
Source _mangadistrictSource = Source(
|
|
name: "Manga District",
|
|
baseUrl: "https://mangadistrict.com",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/mangadistrict/icon.png",
|
|
dateFormat:"MMMM d, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |