mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 14:50:30 +00:00
14 lines
474 B
Dart
14 lines
474 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get manhwaindoSource => _manhwaindoSource;
|
|
Source _manhwaindoSource = Source(
|
|
name: "Manhwa Indo",
|
|
baseUrl: "https://manhwaindo.id",
|
|
lang: "id",
|
|
isNsfw:true,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/manhwaindo/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us"
|
|
);
|