This commit is contained in:
kodjomoustapha
2023-12-08 16:35:29 +01:00
parent 2aa2689b7b
commit a6bd97d4c6
2 changed files with 10 additions and 9 deletions

View File

@@ -1,14 +1,15 @@
import '../../../../../model/source.dart';
Source get komiklabSource => _komiklabSource;
Source _komiklabSource = Source(
Source get komiklabSource => _komiklabSource;
Source _komiklabSource = Source(
id: 932554594,
name: "KomikLab Scans",
baseUrl: "https://komiklab.com",
lang: "en",
isNsfw:true,
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",
);
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/komiklab/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us");