mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 05:40:36 +00:00
14 lines
455 B
Dart
14 lines
455 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/manga/multisrc/madara/src/komikchan/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |