mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-21 06:11:02 +00:00
14 lines
470 B
Dart
14 lines
470 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get hentaitecaSource => _hentaitecaSource;
|
|
|
|
Source _hentaitecaSource = Source(
|
|
name: "Hentai Teca",
|
|
baseUrl: "https://hentaiteca.net",
|
|
lang: "pt-BR",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/hentaiteca/icon.png",
|
|
dateFormat:"MMMMM dd, yyyy",
|
|
dateFormatLocale:"pt-br",
|
|
); |