New MangaReader sources

This commit is contained in:
kodjomoustapha
2024-05-17 17:26:08 +01:00
parent c6be8c0ea8
commit 6432cec4c3
170 changed files with 1410 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@@ -0,0 +1,13 @@
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"
);