mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 13:50:31 +00:00
16 lines
426 B
Dart
16 lines
426 B
Dart
import '../../../../../../../model/source.dart';
|
|
|
|
Source get anikigaSource => _anikigaSource;
|
|
|
|
Source _anikigaSource = Source(
|
|
name: "Anikiga",
|
|
baseUrl: "https://anikiga.com",
|
|
lang: "tr",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/tr/anikiga/icon.png",
|
|
dateFormat: "d MMMMM yyyy",
|
|
dateFormatLocale: "tr",
|
|
);
|