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