mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-21 14:21:06 +00:00
14 lines
470 B
Dart
14 lines
470 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get makimaaaaaSource => _makimaaaaaSource;
|
|
Source _makimaaaaaSource = Source(
|
|
name: "Makimaaaaa",
|
|
baseUrl: "https://makimaaaaa.com",
|
|
lang: "th",
|
|
isNsfw:true,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/makimaaaaa/icon.png",
|
|
dateFormat:"MMMM d, yyyy",
|
|
dateFormatLocale:"th"
|
|
);
|