mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 20:00:30 +00:00
15 lines
474 B
Dart
15 lines
474 B
Dart
import '../../../../../../../model/source.dart';
|
|
|
|
Source get zenithscansSource => _zenithscansSource;
|
|
Source _zenithscansSource = Source(
|
|
name: "Zenith Scans",
|
|
baseUrl: "https://zenithscans.com",
|
|
lang: "tr",
|
|
isNsfw: false,
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/tr/zenithscans/icon.png",
|
|
dateFormat: "MMM d, yyy",
|
|
dateFormatLocale: "tr",
|
|
);
|