mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 04:10:29 +00:00
14 lines
483 B
Dart
14 lines
483 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get onepiecetecaSource => _onepiecetecaSource;
|
|
Source _onepiecetecaSource = Source(
|
|
name: "One Piece TECA",
|
|
baseUrl: "https://onepieceteca.com",
|
|
lang: "pt-br",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/onepieceteca/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"pt-br"
|
|
);
|