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

15 lines
460 B
Dart

import '../../../../../../model/source.dart';
Source get komikstationSource => _komikstationSource;
Source _komikstationSource = Source(
name: "Komik Station",
baseUrl: "https://komikstation.co",
lang: "id",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komikstation/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "id",
);