mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
492 B
Dart
14 lines
492 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get franxxmangasSource => _franxxmangasSource;
|
|
Source _franxxmangasSource = Source(
|
|
name: "Franxx Mangás",
|
|
baseUrl: "https://franxxmangas.net",
|
|
lang: "pt-br",
|
|
isNsfw:true,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/franxxmangas/icon.png",
|
|
dateFormat:"MMMMM dd, yyyy",
|
|
dateFormatLocale:"pt-br"
|
|
);
|