mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 04:10:29 +00:00
14 lines
444 B
Dart
14 lines
444 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangalcSource => _mangalcSource;
|
|
Source _mangalcSource = Source(
|
|
name: "Manga-Lc",
|
|
baseUrl: "https://manga-lc.net",
|
|
lang: "th",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/mangalc/icon.png",
|
|
dateFormat:"d MMMM yyyy",
|
|
dateFormatLocale:"th"
|
|
);
|