mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
Update
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,14 +1,15 @@
|
|||||||
import '../../../../../model/source.dart';
|
import '../../../../../model/source.dart';
|
||||||
|
|
||||||
Source get komiklabSource => _komiklabSource;
|
Source get komiklabSource => _komiklabSource;
|
||||||
|
|
||||||
Source _komiklabSource = Source(
|
Source _komiklabSource = Source(
|
||||||
|
id: 932554594,
|
||||||
name: "KomikLab Scans",
|
name: "KomikLab Scans",
|
||||||
baseUrl: "https://komiklab.com",
|
baseUrl: "https://komiklab.com",
|
||||||
lang: "en",
|
lang: "en",
|
||||||
isNsfw:true,
|
isNsfw: true,
|
||||||
typeSource: "mangareader",
|
typeSource: "mangareader",
|
||||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/komiklab/icon.png",
|
iconUrl:
|
||||||
dateFormat:"MMMM dd, yyyy",
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/komiklab/icon.png",
|
||||||
dateFormatLocale:"en_us",
|
dateFormat: "MMMM dd, yyyy",
|
||||||
);
|
dateFormatLocale: "en_us");
|
||||||
|
|||||||
Reference in New Issue
Block a user