mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 06:40:30 +00:00
14 lines
448 B
Dart
14 lines
448 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get komikuzanSource => _komikuzanSource;
|
|
Source _komikuzanSource = Source(
|
|
name: "Komikuzan",
|
|
baseUrl: "https://komikuzan.com",
|
|
lang: "id",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/komikuzan/icon.png",
|
|
dateFormat:"MMMM d, yyyy",
|
|
dateFormatLocale:"id"
|
|
);
|