mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 03:40:30 +00:00
Refactor
This commit is contained in:
BIN
manga/multisrc/mangareader/src/komikucom/icon.png
Normal file
BIN
manga/multisrc/mangareader/src/komikucom/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
14
manga/multisrc/mangareader/src/komikucom/komikucom.dart
Normal file
14
manga/multisrc/mangareader/src/komikucom/komikucom.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get komikucomSource => _komikucomSource;
|
||||
|
||||
Source _komikucomSource = Source(
|
||||
name: "Komiku.com",
|
||||
baseUrl: "https://komiku.com",
|
||||
lang: "id",
|
||||
isNsfw:true,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/komikucom/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"id",
|
||||
);
|
||||
Reference in New Issue
Block a user