Update
This commit is contained in:
parent
7059260eef
commit
7a1081374d
2 changed files with 12 additions and 13 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1,14 +1,13 @@
|
|||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get hentaizoneSource => _hentaizoneSource;
|
||||
|
||||
Source _hentaizoneSource = Source(
|
||||
name: "HentaiZone",
|
||||
baseUrl: "https://hentaizone.xyz",
|
||||
lang: "fr",
|
||||
isNsfw:true,
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/hentaizone/icon.png",
|
||||
dateFormat:"MMM d, yyyy",
|
||||
dateFormatLocale:"fr",
|
||||
);
|
||||
Source get hentaizoneSource => _hentaizoneSource;
|
||||
|
||||
Source _hentaizoneSource = Source(
|
||||
name: "HentaiZone",
|
||||
baseUrl: "https://hentaizone.xyz",
|
||||
lang: "fr",
|
||||
isNsfw: true,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/hentaizone/icon.png",
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue