mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-24 15:50:29 +00:00
Refactor
This commit is contained in:
14
manga/multisrc/heancms/src/yugenmangas/yugenmangas.dart
Normal file
14
manga/multisrc/heancms/src/yugenmangas/yugenmangas.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get yugenmangasSource => _yugenmangasSource;
|
||||
|
||||
Source _yugenmangasSource = Source(
|
||||
name: "YugenMangas",
|
||||
baseUrl: "https://yugenmangas.lat",
|
||||
lang: "es",
|
||||
|
||||
typeSource: "heancms",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/heancms/src/yugenmangas/icon.png",
|
||||
dateFormat:"yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ",
|
||||
dateFormatLocale:"en",
|
||||
);
|
||||
Reference in New Issue
Block a user