Added icons

This commit is contained in:
kodjomoustapha
2023-08-27 15:22:48 +01:00
parent 1a8dac5709
commit 4cd0627e72
72 changed files with 143 additions and 125 deletions

View File

@@ -1,4 +1,5 @@
import '../../../../model/source.dart';
import '../../../../utils/utils.dart';
Source get mangahereSource => _mangahereSource;
const mangahereVersion = "0.0.11";
@@ -9,7 +10,7 @@ Source _mangahereSource = Source(
baseUrl: "http://www.mangahere.cc",
lang: "en",
typeSource: "single",
iconUrl: '',
iconUrl: getIconUrl("mangahere", "en"),
sourceCodeUrl: mangahereSourceCodeUrl,
version: mangahereVersion,
dateFormat: "MMM dd,yyyy",