mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 20:30:33 +00:00
14 lines
383 B
Dart
14 lines
383 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get bakamhSource => _bakamhSource;
|
|
|
|
Source _bakamhSource = Source(
|
|
name: "巴卡漫画",
|
|
baseUrl: "https://bakamh.com",
|
|
lang: "zh",
|
|
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/bakamh/icon.png",
|
|
|
|
|
|
); |