mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 13:50:31 +00:00
15 lines
442 B
Dart
15 lines
442 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangatimeSource => _mangatimeSource;
|
|
Source _mangatimeSource = Source(
|
|
name: "Manga Time",
|
|
baseUrl: "https://mangatime.us",
|
|
lang: "ar",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangatime/icon.png",
|
|
dateFormat: "dd MMMM، yyyy",
|
|
dateFormatLocale: "ar",
|
|
);
|