mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 20:00:30 +00:00
15 lines
435 B
Dart
15 lines
435 B
Dart
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",
|
|
);
|