mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-23 07:10:29 +00:00
15 lines
439 B
Dart
15 lines
439 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get turktoonSource => _turktoonSource;
|
|
|
|
Source _turktoonSource = Source(
|
|
name: "TurkToon",
|
|
baseUrl: "https://turktoon.com",
|
|
lang: "tr",
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/turktoon/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|