mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 19:30:29 +00:00
15 lines
478 B
Dart
15 lines
478 B
Dart
import '../../../../../../../model/source.dart';
|
|
|
|
Source get crystalcomicsSource => _crystalcomicsSource;
|
|
Source _crystalcomicsSource = Source(
|
|
name: "Crystal Comics",
|
|
baseUrl: "https://crystalcomics.com",
|
|
lang: "pt-br",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/pt/crystalcomics/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "pt-br",
|
|
);
|