mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 11:50:30 +00:00
15 lines
448 B
Dart
15 lines
448 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get katakomikSource => _katakomikSource;
|
|
|
|
Source _katakomikSource = Source(
|
|
name: "KataKomik",
|
|
baseUrl: "https://katakomik.online",
|
|
lang: "id",
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/katakomik/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|