mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 13:20:42 +00:00
Reorganize folders
This commit is contained in:
14
dart/manga/multisrc/nepnep/src/mangasee/mangasee.dart
Normal file
14
dart/manga/multisrc/nepnep/src/mangasee/mangasee.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
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/$branchName/dart/manga/multisrc/nepnep/src/mangasee/icon.png",
|
||||
dateFormat: "yyyy-MM-dd HH:mm:ss",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
Reference in New Issue
Block a user