mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 05:10:30 +00:00
14 lines
451 B
Dart
14 lines
451 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get manhuabugSource => _manhuabugSource;
|
|
Source _manhuabugSource = Source(
|
|
name: "ManhuaBug",
|
|
baseUrl: "https://www.manhuabug.com",
|
|
lang: "th",
|
|
isNsfw:false,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/manhuabug/icon.png",
|
|
dateFormat:"d MMMM yyyy",
|
|
dateFormatLocale:"en"
|
|
);
|