mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
442 B
Dart
14 lines
442 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/manga/multisrc/madara/src/evascans/icon.png",
|
|
dateFormat:"MMM d, yyy",
|
|
dateFormatLocale:"tr",
|
|
); |