mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 14:50:30 +00:00
14 lines
467 B
Dart
14 lines
467 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get raijinscansSource => _raijinscansSource;
|
|
Source _raijinscansSource = Source(
|
|
name: "Raijin Scans",
|
|
baseUrl: "https://raijinscans.com",
|
|
lang: "fr",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/raijinscans/icon.png",
|
|
dateFormat:"dd/MM/yyyy",
|
|
dateFormatLocale:"fr"
|
|
);
|