mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 23:00:30 +00:00
14 lines
473 B
Dart
14 lines
473 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get clovermangaSource => _clovermangaSource;
|
|
|
|
Source _clovermangaSource = Source(
|
|
name: "Clover Manga",
|
|
baseUrl: "https://clover-manga.com",
|
|
lang: "tr",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/clovermanga/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"tr",
|
|
); |