mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 12:20:28 +00:00
14 lines
498 B
Dart
14 lines
498 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get cerisescansSource => _cerisescansSource;
|
|
|
|
Source _cerisescansSource = Source(
|
|
name: "Cerise Scan",
|
|
baseUrl: "https://cerisescan.com",
|
|
lang: "pt-BR",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/cerisescans/icon.png",
|
|
dateFormat:"dd 'de' MMMMM 'de' yyyy",
|
|
dateFormatLocale:"pt-br",
|
|
); |