mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 06:40:30 +00:00
16 lines
460 B
Dart
16 lines
460 B
Dart
import '../../../../../../../model/source.dart';
|
|
|
|
Source get leviatanscansSource => _leviatanscansSource;
|
|
|
|
Source _leviatanscansSource = Source(
|
|
name: "Leviatan Scans",
|
|
baseUrl: "https://lscomic.com",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/leviatanscans/icon.png",
|
|
dateFormat: "MMM dd, yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|