mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 21:30:29 +00:00
16 lines
445 B
Dart
16 lines
445 B
Dart
import '../../../../../../../model/source.dart';
|
|
|
|
Source get richtoscanSource => _richtoscanSource;
|
|
|
|
Source _richtoscanSource = Source(
|
|
name: "RichtoScan",
|
|
baseUrl: "https://richtoscan.com",
|
|
lang: "es",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/es/richtoscan/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "es",
|
|
);
|