mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-26 08:40:32 +00:00
14 lines
460 B
Dart
14 lines
460 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get pojokmangaSource => _pojokmangaSource;
|
|
|
|
Source _pojokmangaSource = Source(
|
|
name: "Pojok Manga",
|
|
baseUrl: "https://pojokmanga.net",
|
|
lang: "id",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/madara/src/pojokmanga/icon.png",
|
|
dateFormat:"MMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |