mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 21:30:29 +00:00
Refactor
This commit is contained in:
14
manga/multisrc/madara/src/bestmanga/bestmanga.dart
Normal file
14
manga/multisrc/madara/src/bestmanga/bestmanga.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get bestmangaSource => _bestmangaSource;
|
||||
|
||||
Source _bestmangaSource = Source(
|
||||
name: "BestManga",
|
||||
baseUrl: "https://bestmanga.club",
|
||||
lang: "ru",
|
||||
isNsfw:true,
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/bestmanga/icon.png",
|
||||
dateFormat:"dd.MM.yyyy",
|
||||
dateFormatLocale:"ru",
|
||||
);
|
||||
BIN
manga/multisrc/madara/src/bestmanga/icon.png
Normal file
BIN
manga/multisrc/madara/src/bestmanga/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
Reference in New Issue
Block a user