mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-18 21:00:31 +00:00
14 lines
459 B
Dart
14 lines
459 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangareadSource => _mangareadSource;
|
|
|
|
Source _mangareadSource = Source(
|
|
name: "Manga Read",
|
|
baseUrl: "https://mangaread.co",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangaread/icon.png",
|
|
dateFormat:"yyyy-MM-dd",
|
|
dateFormatLocale:"en_us",
|
|
); |