mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 12:20:28 +00:00
refactor: organize sources by language directories
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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/id/comicaso/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
BIN
dart/manga/multisrc/mangareader/src/id/comicaso/icon.png
Normal file
BIN
dart/manga/multisrc/mangareader/src/id/comicaso/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
Reference in New Issue
Block a user