mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-18 04:40:29 +00:00
16 lines
451 B
Dart
16 lines
451 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get pantheonscanSource => _pantheonscanSource;
|
|
|
|
Source _pantheonscanSource = Source(
|
|
name: "Pantheon Scan",
|
|
baseUrl: "https://pantheon-scan.com",
|
|
lang: "fr",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/pantheonscan/icon.png",
|
|
dateFormat: "d MMMM yyyy",
|
|
dateFormatLocale: "fr",
|
|
);
|