mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 11:21:11 +00:00
14 lines
455 B
Dart
14 lines
455 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get mangabeeSource => _mangabeeSource;
|
|
|
|
Source _mangabeeSource = Source(
|
|
name: "Manga Bee",
|
|
baseUrl: "https://mangabee.net",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/madara/src/mangabee/icon.png",
|
|
dateFormat:"MM/dd/yyyy",
|
|
dateFormatLocale:"en",
|
|
); |