mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 06:40:30 +00:00
13 lines
455 B
Dart
13 lines
455 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/manga/multisrc/mangareader/src/uzaymanga/icon.png",
|
|
dateFormat:"MMM d, yyyy",
|
|
dateFormatLocale:"tr",
|
|
); |