mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-26 08:40:32 +00:00
refactor: organize sources by language directories
This commit is contained in:
14
dart/manga/multisrc/madara/src/es/jeazscans/jeazscans.dart
Normal file
14
dart/manga/multisrc/madara/src/es/jeazscans/jeazscans.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get jeazscansSource => _jeazscansSource;
|
||||
Source _jeazscansSource = Source(
|
||||
name: "JeazScans",
|
||||
baseUrl: "https://jeazscansv2.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/es/jeazscans/icon.png",
|
||||
dateFormat: "d MMMM, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
Reference in New Issue
Block a user