mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-26 08:40:32 +00:00
16 lines
437 B
Dart
16 lines
437 B
Dart
import '../../../../../../../model/source.dart';
|
|
|
|
Source get bestmangaSource => _bestmangaSource;
|
|
|
|
Source _bestmangaSource = Source(
|
|
name: "BestManga",
|
|
baseUrl: "https://bestmanga.club",
|
|
lang: "ru",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/ru/bestmanga/icon.png",
|
|
dateFormat: "dd.MM.yyyy",
|
|
dateFormatLocale: "ru",
|
|
);
|