mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-24 07:40:30 +00:00
16 lines
473 B
Dart
16 lines
473 B
Dart
import '../../../../../../../model/source.dart';
|
|
|
|
Source get wonderlandscanSource => _wonderlandscanSource;
|
|
|
|
Source _wonderlandscanSource = Source(
|
|
name: "Wonderland Scan",
|
|
baseUrl: "https://wonderlandscan.com",
|
|
lang: "pt-BR",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/pt/wonderlandscan/icon.png",
|
|
dateFormat: "dd/MM/yyyy",
|
|
dateFormatLocale: "pt-br",
|
|
);
|