mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 03:40:30 +00:00
Refactor
This commit is contained in:
BIN
manga/multisrc/madara/src/mangaus/icon.png
Normal file
BIN
manga/multisrc/madara/src/mangaus/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
14
manga/multisrc/madara/src/mangaus/mangaus.dart
Normal file
14
manga/multisrc/madara/src/mangaus/mangaus.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get mangausSource => _mangausSource;
|
||||
|
||||
Source _mangausSource = Source(
|
||||
name: "MangaUS",
|
||||
baseUrl: "https://mangaus.xyz",
|
||||
lang: "en",
|
||||
isNsfw:true,
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/mangaus/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user