mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 03:10:59 +00:00
14 lines
445 B
Dart
14 lines
445 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get scanvfSource => _scanvfSource;
|
|
|
|
Source _scanvfSource = Source(
|
|
name: "Scan VF",
|
|
baseUrl: "https://www.scan-vf.net",
|
|
lang: "fr",
|
|
isNsfw:true,
|
|
typeSource: "mmrcms",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mmrcms/src/scanvf/icon.png",
|
|
dateFormat:"d MMM. yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |