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