mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 03:40:30 +00:00
Refactor
This commit is contained in:
@@ -3,9 +3,9 @@ import '../../../model/source.dart';
|
||||
import 'src/mangasee/mangasee.dart';
|
||||
import 'src/mangalife/mangalife.dart';
|
||||
|
||||
const nepnepVersion = "0.0.45";
|
||||
const nepnepVersion = "0.0.5";
|
||||
const nepnepSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/nepnep/nepnep-v$nepnepVersion.dart";
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/nepnep/nepnep.dart";
|
||||
|
||||
List<Source> get nepnepSourcesList => _nepnepSourcesList;
|
||||
List<Source> _nepnepSourcesList = [
|
||||
|
||||
@@ -8,7 +8,7 @@ Source _mangalifeSource = Source(
|
||||
lang: "en",
|
||||
typeSource: "nepnep",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/nepnep/src/mangalife/icon.png",
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/nepnep/src/mangalife/icon.png",
|
||||
dateFormat: "yyyy-MM-dd HH:mm:ss",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
|
||||
@@ -8,7 +8,7 @@ Source _mangaseeSource = Source(
|
||||
lang: "en",
|
||||
typeSource: "nepnep",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/nepnep/src/mangasee/icon.png",
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/nepnep/src/mangasee/icon.png",
|
||||
dateFormat: "yyyy-MM-dd HH:mm:ss",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user