Files
kodjodevf-mangayomi-extensions/manga/multisrc/madara/src/dessertscan/dessertscan.dart
kodjomoustapha 48c1bc618f Refactor
2023-12-20 16:35:01 +01:00

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",
);