mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 16:20:29 +00:00
16 lines
485 B
Dart
16 lines
485 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get isekaiscanmangaSource => _isekaiscanmangaSource;
|
|
|
|
Source _isekaiscanmangaSource = Source(
|
|
name: "IsekaiScanManga (unoriginal)",
|
|
baseUrl: "https://isekaiscanmanga.com",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/isekaiscanmanga/icon.png",
|
|
dateFormat: "dd MMM، yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|