mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 13:50:31 +00:00
16 lines
432 B
Dart
16 lines
432 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get kumapoiSource => _kumapoiSource;
|
|
|
|
Source _kumapoiSource = Source(
|
|
name: "KumaPoi",
|
|
baseUrl: "https://kumapoi.club",
|
|
lang: "id",
|
|
isNsfw: true,
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/kumapoi/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "id",
|
|
);
|