mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 13:50:31 +00:00
14 lines
468 B
Dart
14 lines
468 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get manhwafullSource => _manhwafullSource;
|
|
|
|
Source _manhwafullSource = Source(
|
|
name: "Manhwafull",
|
|
baseUrl: "https://manhwafull.com",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/manhwafull/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |