mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-23 07:10:29 +00:00
16 lines
437 B
Dart
16 lines
437 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get doodmangaSource => _doodmangaSource;
|
|
|
|
Source _doodmangaSource = Source(
|
|
name: "Doodmanga",
|
|
baseUrl: "https://www.doodmanga.com",
|
|
lang: "th",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/doodmanga/icon.png",
|
|
dateFormat: "dd MMMMM yyyy",
|
|
dateFormatLocale: "th",
|
|
);
|