mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-18 04:40:29 +00:00
refactor: organize sources by language directories
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get crystalcomicsSource => _crystalcomicsSource;
|
||||
Source _crystalcomicsSource = Source(
|
||||
name: "Crystal Comics",
|
||||
baseUrl: "https://crystalcomics.com",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/pt/crystalcomics/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
Reference in New Issue
Block a user