mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 19:30:29 +00:00
Add FunToons site
Add support for custom mangareader template
This commit is contained in:
14
dart/manga/multisrc/mangareader/src/funtoons/funtoons.dart
Normal file
14
dart/manga/multisrc/mangareader/src/funtoons/funtoons.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get funtoonsSource => _funtoonsSource;
|
||||
Source _funtoonsSource = Source(
|
||||
name: "FunToons",
|
||||
baseUrl: "https://funtoons.online",
|
||||
lang: "th",
|
||||
isNsfw: true,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/funtoons/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "th",
|
||||
hasCloudflare: true);
|
||||
BIN
dart/manga/multisrc/mangareader/src/funtoons/icon.png
Normal file
BIN
dart/manga/multisrc/mangareader/src/funtoons/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user