mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 13:50:31 +00:00
15 lines
433 B
Dart
15 lines
433 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get piscansSource => _piscansSource;
|
|
|
|
Source _piscansSource = Source(
|
|
name: "Pi Scans",
|
|
baseUrl: "https://piscans.in",
|
|
lang: "id",
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/piscans/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|