mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 04:10:29 +00:00
Reorganize folders
This commit is contained in:
BIN
dart/manga/multisrc/mangareader/src/komikstation/icon.png
Normal file
BIN
dart/manga/multisrc/mangareader/src/komikstation/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get komikstationSource => _komikstationSource;
|
||||
|
||||
Source _komikstationSource = Source(
|
||||
name: "Komik Station",
|
||||
baseUrl: "https://komikstation.co",
|
||||
lang: "id",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komikstation/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
Reference in New Issue
Block a user