mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 11:21:11 +00:00
Reorganize folders
This commit is contained in:
BIN
dart/manga/multisrc/heancms/src/perfscan/icon.png
Normal file
BIN
dart/manga/multisrc/heancms/src/perfscan/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
15
dart/manga/multisrc/heancms/src/perfscan/perfscan.dart
Normal file
15
dart/manga/multisrc/heancms/src/perfscan/perfscan.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get perfscanSource => _perfscanSource;
|
||||
|
||||
Source _perfscanSource = Source(
|
||||
name: "Perf Scan",
|
||||
baseUrl: "https://perf-scan.fr",
|
||||
apiUrl: "https://api.perf-scan.fr",
|
||||
lang: "fr",
|
||||
typeSource: "heancms",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/heancms/src/perfscan/icon.png",
|
||||
dateFormat: "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
Reference in New Issue
Block a user