mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 21:30:29 +00:00
14 lines
460 B
Dart
14 lines
460 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangatakSource => _mangatakSource;
|
|
Source _mangatakSource = Source(
|
|
name: "MangaTak",
|
|
baseUrl: "https://mangatak.com",
|
|
lang: "ar",
|
|
isNsfw:false,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangatak/icon.png",
|
|
dateFormat:"MMMM DD, yyyy",
|
|
dateFormatLocale:"ar"
|
|
);
|