mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 03:40:30 +00:00
14 lines
442 B
Dart
14 lines
442 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get mangausSource => _mangausSource;
|
|
|
|
Source _mangausSource = Source(
|
|
name: "MangaUS",
|
|
baseUrl: "https://mangaus.xyz",
|
|
lang: "en",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/madara/src/mangaus/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |