mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 04:10:29 +00:00
14 lines
470 B
Dart
14 lines
470 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get raikiscanSource => _raikiscanSource;
|
|
|
|
Source _raikiscanSource = Source(
|
|
name: "Raiki Scan",
|
|
baseUrl: "https://raikiscan.com",
|
|
lang: "es",
|
|
isNsfw:true,
|
|
typeSource: "mangareader",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/raikiscan/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |