mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 19:30:29 +00:00
15 lines
453 B
Dart
15 lines
453 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get phenixscansSource => _phenixscansSource;
|
|
|
|
Source _phenixscansSource = Source(
|
|
name: "PhenixScans",
|
|
baseUrl: "https://phenixscans.fr",
|
|
lang: "fr",
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/phenixscans/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "fr",
|
|
);
|