mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 11:50:30 +00:00
refactor: organize sources by language directories
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import '../../../../model/source.dart';
|
||||
import 'src/mangabat/mangabat.dart';
|
||||
import 'src/en/mangabat/mangabat.dart';
|
||||
import 'src/mangairo/mangaeiro.dart';
|
||||
import 'src/mangakakalot/mangakakalot.dart';
|
||||
import 'src/manganato/manganato.dart';
|
||||
import 'src/en/mangakakalot/mangakakalot.dart';
|
||||
import 'src/en/manganato/manganato.dart';
|
||||
|
||||
const mangaboxVersion = "0.0.7";
|
||||
const mangaboxSourceCodeUrl =
|
||||
|
||||
|
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