mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
refactor: organize sources by language directories
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import '../../../../model/source.dart';
|
||||
import 'src/scanvf/scanvf.dart';
|
||||
import 'src/onma/onma.dart';
|
||||
import 'src/readcomicsonline/readcomicsonline.dart';
|
||||
import 'src/fr/scanvf/scanvf.dart';
|
||||
import 'src/ar/onma/onma.dart';
|
||||
import 'src/en/readcomicsonline/readcomicsonline.dart';
|
||||
|
||||
const mmrcmsVersion = "0.0.7";
|
||||
const mmrcmsSourceCodeUrl =
|
||||
|
||||
|
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