mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-25 08:10:29 +00:00
15 lines
469 B
Dart
15 lines
469 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get athenamangaSource => _athenamangaSource;
|
|
Source _athenamangaSource = Source(
|
|
name: "Athena Manga",
|
|
baseUrl: "https://athenamanga.com",
|
|
lang: "tr",
|
|
isNsfw: false,
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/athenamanga/icon.png",
|
|
dateFormat: "MMMM d, yyy",
|
|
dateFormatLocale: "tr",
|
|
);
|