mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 19:30:29 +00:00
Update
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get mangalifeSource => _mangalifeSource;
|
||||
|
||||
Source _mangalifeSource = Source(
|
||||
name: "MangaLife",
|
||||
baseUrl: "https://manga4life.com",
|
||||
lang: "en",
|
||||
isNsfw: true,
|
||||
typeSource: "nepnep",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/nepnep/src/mangalife/icon.png",
|
||||
dateFormat:"yyyy-MM-dd HH:mm:ss",
|
||||
dateFormatLocale:"en",
|
||||
);
|
||||
Source get mangalifeSource => _mangalifeSource;
|
||||
|
||||
Source _mangalifeSource = Source(
|
||||
name: "MangaLife",
|
||||
baseUrl: "https://manga4life.com",
|
||||
lang: "en",
|
||||
typeSource: "nepnep",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/nepnep/src/mangalife/icon.png",
|
||||
dateFormat: "yyyy-MM-dd HH:mm:ss",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get mangaseeSource => _mangaseeSource;
|
||||
|
||||
Source _mangaseeSource = Source(
|
||||
name: "MangaSee",
|
||||
baseUrl: "https://mangasee123.com",
|
||||
lang: "en",
|
||||
isNsfw: true,
|
||||
typeSource: "nepnep",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/nepnep/src/mangasee/icon.png",
|
||||
dateFormat:"yyyy-MM-dd HH:mm:ss",
|
||||
dateFormatLocale:"en",
|
||||
);
|
||||
Source get mangaseeSource => _mangaseeSource;
|
||||
|
||||
Source _mangaseeSource = Source(
|
||||
name: "MangaSee",
|
||||
baseUrl: "https://mangasee123.com",
|
||||
lang: "en",
|
||||
typeSource: "nepnep",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/nepnep/src/mangasee/icon.png",
|
||||
dateFormat: "yyyy-MM-dd HH:mm:ss",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user