mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 19:30:29 +00:00
16 lines
451 B
Dart
16 lines
451 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get dojingnetSource => _dojingnetSource;
|
|
|
|
Source _dojingnetSource = Source(
|
|
name: "Dojing.net",
|
|
baseUrl: "https://dojing.net",
|
|
lang: "id",
|
|
isNsfw: true,
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mangareader/src/dojingnet/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "en_us",
|
|
);
|