mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
483 B
Dart
14 lines
483 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get dessertscanSource => _dessertscanSource;
|
|
|
|
Source _dessertscanSource = Source(
|
|
name: "Dessert Scan",
|
|
baseUrl: "https://cabaredowatame.site",
|
|
lang: "pt-BR",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/madara/src/dessertscan/icon.png",
|
|
dateFormat:"dd/MM/yyyy",
|
|
dateFormatLocale:"pt-br",
|
|
); |