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:
BIN
dart/manga/multisrc/mangareader/src/id/mangakyo/icon.png
Normal file
BIN
dart/manga/multisrc/mangareader/src/id/mangakyo/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get mangakyoSource => _mangakyoSource;
|
||||
Source _mangakyoSource = Source(
|
||||
name: "Mangakyo",
|
||||
baseUrl: "https://mangakyo.vip",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/id/mangakyo/icon.png",
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
Reference in New Issue
Block a user