mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 11:50:30 +00:00
Reorganize folders
This commit is contained in:
BIN
dart/manga/multisrc/madara/src/winterscan/icon.png
Normal file
BIN
dart/manga/multisrc/madara/src/winterscan/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
14
dart/manga/multisrc/madara/src/winterscan/winterscan.dart
Normal file
14
dart/manga/multisrc/madara/src/winterscan/winterscan.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get winterscanSource => _winterscanSource;
|
||||
|
||||
Source _winterscanSource = Source(
|
||||
name: "Winter Scan",
|
||||
baseUrl: "https://winterscan.com",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/winterscan/icon.png",
|
||||
dateFormat:"dd 'de' MMMM 'de' yyyy",
|
||||
dateFormatLocale:"pt-br",
|
||||
);
|
||||
Reference in New Issue
Block a user