mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 00:00:38 +00:00
14 lines
472 B
Dart
14 lines
472 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangadiyariSource => _mangadiyariSource;
|
|
|
|
Source _mangadiyariSource = Source(
|
|
name: "Manga Diyari",
|
|
baseUrl: "https://manga-diyari.com",
|
|
lang: "tr",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangadiyari/icon.png",
|
|
dateFormat:"MMM dd, yyyy",
|
|
dateFormatLocale:"tr",
|
|
); |