mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
16 lines
424 B
Dart
16 lines
424 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get evascansSource => _evascansSource;
|
|
|
|
Source _evascansSource = Source(
|
|
name: "EvaScans",
|
|
baseUrl: "https://evascans.com",
|
|
lang: "tr",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/evascans/icon.png",
|
|
dateFormat: "MMM d, yyy",
|
|
dateFormatLocale: "tr",
|
|
);
|