mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 13:50:31 +00:00
15 lines
445 B
Dart
15 lines
445 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangayuSource => _mangayuSource;
|
|
Source _mangayuSource = Source(
|
|
name: "MangaYu",
|
|
baseUrl: "https://mangayu.id",
|
|
lang: "id",
|
|
isNsfw: false,
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangayu/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "id",
|
|
);
|