mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-18 21:00:31 +00:00
14 lines
478 B
Dart
14 lines
478 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get ryujinmangaSource => _ryujinmangaSource;
|
|
Source _ryujinmangaSource = Source(
|
|
name: "RyujinManga",
|
|
baseUrl: "https://ryujinmanga.com",
|
|
lang: "es",
|
|
isNsfw:false,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/ryujinmanga/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"es"
|
|
);
|