mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 06:40:30 +00:00
16 lines
443 B
Dart
16 lines
443 B
Dart
import '../../../../../../../model/source.dart';
|
|
|
|
Source get komikchanSource => _komikchanSource;
|
|
|
|
Source _komikchanSource = Source(
|
|
name: "Komik Chan",
|
|
baseUrl: "https://komikchan.com",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/komikchan/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|