mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 13:20:42 +00:00
13 lines
473 B
Dart
13 lines
473 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get tukangkomikSource => _tukangkomikSource;
|
|
|
|
Source _tukangkomikSource = Source(
|
|
name: "TukangKomik",
|
|
baseUrl: "https://tukangkomik.id",
|
|
lang: "id",
|
|
typeSource: "mangareader",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/tukangkomik/icon.png",
|
|
dateFormat:"MMM d, yyyy",
|
|
dateFormatLocale:"tr",
|
|
); |