mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 03:10:59 +00:00
refactor: organize sources by language directories
This commit is contained in:
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
@@ -1,4 +1,4 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get onmaSource => _onmaSource;
|
||||
|
||||
@@ -9,7 +9,7 @@ Source _onmaSource = Source(
|
||||
|
||||
typeSource: "mmrcms",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/onma/icon.png",
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/ar/onma/icon.png",
|
||||
dateFormat: "d MMM. yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
@@ -1,4 +1,4 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get readcomicsonlineSource => _readcomicsonlineSource;
|
||||
|
||||
@@ -9,7 +9,7 @@ Source _readcomicsonlineSource = Source(
|
||||
|
||||
typeSource: "mmrcms",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/readcomicsonline/icon.png",
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/en/readcomicsonline/icon.png",
|
||||
dateFormat: "d MMM. yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
@@ -1,4 +1,4 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get scanvfSource => _scanvfSource;
|
||||
|
||||
@@ -9,7 +9,7 @@ Source _scanvfSource = Source(
|
||||
|
||||
typeSource: "mmrcms",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/scanvf/icon.png",
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mmrcms/src/fr/scanvf/icon.png",
|
||||
dateFormat: "d MMM. yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user