mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-18 21:00:31 +00:00
14 lines
483 B
Dart
14 lines
483 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get afroditscansSource => _afroditscansSource;
|
|
Source _afroditscansSource = Source(
|
|
name: "Afrodit Scans",
|
|
baseUrl: "https://afroditscans.com",
|
|
lang: "tr",
|
|
isNsfw:false,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/afroditscans/icon.png",
|
|
dateFormat:"MMMM d, yyy",
|
|
dateFormatLocale:"tr"
|
|
);
|