mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 14:50:30 +00:00
Refactor
This commit is contained in:
14
manga/multisrc/mangareader/src/komikmama/komikmama.dart
Normal file
14
manga/multisrc/mangareader/src/komikmama/komikmama.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get komikmamaSource => _komikmamaSource;
|
||||
|
||||
Source _komikmamaSource = Source(
|
||||
name: "KomikMama",
|
||||
baseUrl: "https://komikmama.co",
|
||||
lang: "id",
|
||||
isNsfw:true,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/komikmama/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"id",
|
||||
);
|
||||
Reference in New Issue
Block a user