mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 16:20:29 +00:00
Refactor
This commit is contained in:
14
manga/multisrc/mangareader/src/tukangkomik/tukangkomik.dart
Normal file
14
manga/multisrc/mangareader/src/tukangkomik/tukangkomik.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get tukangkomikSource => _tukangkomikSource;
|
||||
|
||||
Source _tukangkomikSource = Source(
|
||||
name: "TukangKomik",
|
||||
baseUrl: "https://tukangkomik.id",
|
||||
lang: "id",
|
||||
isNsfw:true,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/tukangkomik/icon.png",
|
||||
dateFormat:"MMM d, yyyy",
|
||||
dateFormatLocale:"tr",
|
||||
);
|
||||
Reference in New Issue
Block a user