mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-21 06:11:02 +00:00
14 lines
479 B
Dart
14 lines
479 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get hikariscanSource => _hikariscanSource;
|
|
Source _hikariscanSource = Source(
|
|
name: "Hikari Scan",
|
|
baseUrl: "https://hikariscan.org",
|
|
lang: "pt-br",
|
|
isNsfw:true,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/hikariscan/icon.png",
|
|
dateFormat:"MMMMM dd, yyyy",
|
|
dateFormatLocale:"pt-br"
|
|
);
|