mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-21 22:30:31 +00:00
14 lines
485 B
Dart
14 lines
485 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get stellarsaberSource => _stellarsaberSource;
|
|
Source _stellarsaberSource = Source(
|
|
name: "StellarSaber",
|
|
baseUrl: "https://stellarsaber.pro",
|
|
lang: "ar",
|
|
isNsfw:false,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/stellarsaber/icon.png",
|
|
dateFormat:"MMMMM dd, yyyy",
|
|
dateFormatLocale:"ar"
|
|
);
|