mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
chore: remove Komik Chan (EN)
This commit is contained in:
@@ -29,7 +29,6 @@ import 'src/en/jimanga/jimanga.dart';
|
|||||||
import 'src/en/ksgroupscans/ksgroupscans.dart';
|
import 'src/en/ksgroupscans/ksgroupscans.dart';
|
||||||
import 'src/pt/kakuseiproject/kakuseiproject.dart';
|
import 'src/pt/kakuseiproject/kakuseiproject.dart';
|
||||||
import 'src/pt/kamisamaexplorer/kamisamaexplorer.dart';
|
import 'src/pt/kamisamaexplorer/kamisamaexplorer.dart';
|
||||||
import 'src/en/komikchan/komikchan.dart';
|
|
||||||
import 'src/en/lhtranslation/lhtranslation.dart';
|
import 'src/en/lhtranslation/lhtranslation.dart';
|
||||||
import 'src/pt/ladyestelarscan/ladyestelarscan.dart';
|
import 'src/pt/ladyestelarscan/ladyestelarscan.dart';
|
||||||
import 'src/en/leviatanscans/leviatanscans.dart';
|
import 'src/en/leviatanscans/leviatanscans.dart';
|
||||||
@@ -247,8 +246,6 @@ List<Source> _madaraSourcesList =
|
|||||||
kakuseiprojectSource,
|
kakuseiprojectSource,
|
||||||
//Kami Sama Explorer (PT-BR)
|
//Kami Sama Explorer (PT-BR)
|
||||||
kamisamaexplorerSource,
|
kamisamaexplorerSource,
|
||||||
//Komik Chan (EN)
|
|
||||||
komikchanSource,
|
|
||||||
//LHTranslation (EN)
|
//LHTranslation (EN)
|
||||||
lhtranslationSource,
|
lhtranslationSource,
|
||||||
//Lady Estelar Scan (PT-BR)
|
//Lady Estelar Scan (PT-BR)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB |
@@ -1,15 +0,0 @@
|
|||||||
import '../../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get komikchanSource => _komikchanSource;
|
|
||||||
|
|
||||||
Source _komikchanSource = Source(
|
|
||||||
name: "Komik Chan",
|
|
||||||
baseUrl: "https://komikchan.com",
|
|
||||||
lang: "en",
|
|
||||||
|
|
||||||
typeSource: "madara",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/komikchan/icon.png",
|
|
||||||
dateFormat: "MMMM dd, yyyy",
|
|
||||||
dateFormatLocale: "en_us",
|
|
||||||
);
|
|
||||||
Reference in New Issue
Block a user