mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-21 06:11:02 +00:00
16 lines
430 B
Dart
16 lines
430 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",
|
|
);
|