mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 03:10:59 +00:00
16 lines
416 B
Dart
16 lines
416 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get frscanSource => _frscanSource;
|
|
|
|
Source _frscanSource = Source(
|
|
name: "FR-Scan",
|
|
baseUrl: "https://fr-scan.com",
|
|
lang: "fr",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/frscan/icon.png",
|
|
dateFormat: "MMMM d, yyyy",
|
|
dateFormatLocale: "fr",
|
|
);
|