mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-23 23:30:29 +00:00
15 lines
441 B
Dart
15 lines
441 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get uzaymangaSource => _uzaymangaSource;
|
|
|
|
Source _uzaymangaSource = Source(
|
|
name: "Uzay Manga",
|
|
baseUrl: "https://uzaymanga.com",
|
|
lang: "tr",
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/uzaymanga/icon.png",
|
|
dateFormat: "MMM d, yyyy",
|
|
dateFormatLocale: "tr",
|
|
);
|