mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 11:21:11 +00:00
Refactor
This commit is contained in:
BIN
manga/multisrc/mangareader/src/komiklab/icon.png
Normal file
BIN
manga/multisrc/mangareader/src/komiklab/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
14
manga/multisrc/mangareader/src/komiklab/komiklab.dart
Normal file
14
manga/multisrc/mangareader/src/komiklab/komiklab.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get komiklabSource => _komiklabSource;
|
||||
|
||||
Source _komiklabSource = Source(
|
||||
name: "KomikLab Scans",
|
||||
baseUrl: "https://komiklab.com",
|
||||
lang: "en",
|
||||
isNsfw:true,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/komiklab/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user