mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 12:20:28 +00:00
14 lines
459 B
Dart
14 lines
459 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get yuriversoSource => _yuriversoSource;
|
|
|
|
Source _yuriversoSource = Source(
|
|
name: "Yuri Verso",
|
|
baseUrl: "https://yuri.live",
|
|
lang: "pt-br",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/yuriverso/icon.png",
|
|
dateFormat:"dd/MM/yyyy",
|
|
dateFormatLocale:"pt-br",
|
|
); |