mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 05:40:36 +00:00
New MangaReader sources
This commit is contained in:
13
dart/manga/multisrc/mangareader/src/comicaso/comicaso.dart
Normal file
13
dart/manga/multisrc/mangareader/src/comicaso/comicaso.dart
Normal file
@@ -0,0 +1,13 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get comicasoSource => _comicasoSource;
|
||||
Source _comicasoSource = Source(
|
||||
name: "Comicaso",
|
||||
baseUrl: "https://comicaso.com",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/comicaso/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"id"
|
||||
);
|
||||
BIN
dart/manga/multisrc/mangareader/src/comicaso/icon.png
Normal file
BIN
dart/manga/multisrc/mangareader/src/comicaso/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
Reference in New Issue
Block a user