mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 08:10:29 +00:00
14 lines
466 B
Dart
14 lines
466 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get romantikmangaSource => _romantikmangaSource;
|
|
|
|
Source _romantikmangaSource = Source(
|
|
name: "Romantik Manga",
|
|
baseUrl: "https://romantikmanga.com",
|
|
lang: "tr",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/romantikmanga/icon.png",
|
|
dateFormat:"MMM d, yyy",
|
|
dateFormatLocale:"tr",
|
|
); |