mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-23 23:30:29 +00:00
15 lines
448 B
Dart
15 lines
448 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get rocksmangaSource => _rocksmangaSource;
|
|
Source _rocksmangaSource = Source(
|
|
name: "Rocks Manga",
|
|
baseUrl: "https://rocks-manga.com",
|
|
lang: "ar",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/rocksmanga/icon.png",
|
|
dateFormat: "MMMM d, yyyy",
|
|
dateFormatLocale: "ar",
|
|
);
|