mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 20:00:30 +00:00
14 lines
475 B
Dart
14 lines
475 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get firstmanhwaSource => _firstmanhwaSource;
|
|
|
|
Source _firstmanhwaSource = Source(
|
|
name: "1st Manhwa",
|
|
baseUrl: "https://1stmanhwa.com",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/madara/src/firstmanhwa/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |