mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-24 15:50:29 +00:00
14 lines
456 B
Dart
14 lines
456 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get manhuausSource => _manhuausSource;
|
|
|
|
Source _manhuausSource = Source(
|
|
name: "ManhuaUS",
|
|
baseUrl: "https://manhuaus.com",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/manhuaus/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |