Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/yuriverso/yuriverso.dart
2024-03-28 11:13:42 +01:00

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",
);