mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-26 16:50:31 +00:00
Refactor
This commit is contained in:
14
manga/multisrc/madara/src/pojokmanga/pojokmanga.dart
Normal file
14
manga/multisrc/madara/src/pojokmanga/pojokmanga.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get pojokmangaSource => _pojokmangaSource;
|
||||
|
||||
Source _pojokmangaSource = Source(
|
||||
name: "Pojok Manga",
|
||||
baseUrl: "https://pojokmanga.net",
|
||||
lang: "id",
|
||||
isNsfw:true,
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/pojokmanga/icon.png",
|
||||
dateFormat:"MMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user