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: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -1,4 +1,4 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get mangabatSource => _mangabatSource;
|
||||
|
||||
@@ -8,7 +8,7 @@ Source _mangabatSource = Source(
|
||||
lang: "en",
|
||||
typeSource: "mangabox",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/mangabat/icon.png",
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/en/mangabat/icon.png",
|
||||
dateFormat: "MMM dd,yy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
@@ -1,4 +1,4 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get mangakakalotSource => _mangakakalotSource;
|
||||
|
||||
@@ -8,7 +8,7 @@ Source _mangakakalotSource = Source(
|
||||
lang: "en",
|
||||
typeSource: "mangabox",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/mangakakalot/icon.png",
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/en/mangakakalot/icon.png",
|
||||
dateFormat: "MMM dd,yyyy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
@@ -1,4 +1,4 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get manganatoSource => _manganatoSource;
|
||||
|
||||
@@ -8,7 +8,7 @@ Source _manganatoSource = Source(
|
||||
lang: "en",
|
||||
typeSource: "mangabox",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/manganato/icon.png",
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangabox/src/en/manganato/icon.png",
|
||||
dateFormat: "MMM dd,yy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
Reference in New Issue
Block a user