mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 14:50:30 +00:00
refactor: organize sources by language directories
This commit is contained in:
14
dart/manga/multisrc/madara/src/id/siimanga/siimanga.dart
Normal file
14
dart/manga/multisrc/madara/src/id/siimanga/siimanga.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get siimangaSource => _siimangaSource;
|
||||
Source _siimangaSource = Source(
|
||||
name: "Siimanga",
|
||||
baseUrl: "https://siimanga.cyou",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/id/siimanga/icon.png",
|
||||
dateFormat: "d MMMM",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
Reference in New Issue
Block a user