This commit is contained in:
kodjomoustapha
2024-07-17 17:56:08 +01:00
parent 6f62c353d0
commit 814045f689
5 changed files with 137 additions and 141 deletions

View File

@@ -10,6 +10,6 @@ Source _mangairoSource = Source(
typeSource: "mangabox",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/mangairo/icon.png",
dateFormat: "dd-MM-yyyy",
dateFormat: "MMM-dd-yy",
dateFormatLocale: "en",
);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -1,13 +0,0 @@
import '../../../../../../model/source.dart';
Source get sushiscanfrSource => _sushiscanfrSource;
Source _sushiscanfrSource = Source(
name: "Sushiscan.fr",
baseUrl: "https://sushiscan.fr",
lang: "fr",
isNsfw:false,
typeSource: "mangareader",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/sushiscanfr/icon.png",
dateFormat:"MMMM d, yyyy",
dateFormatLocale:"fr"
);