chore: remove Komik Chan (EN)

This commit is contained in:
xMohnad
2025-06-23 11:29:38 +00:00
parent e58dd6696e
commit 9e95e30769
3 changed files with 0 additions and 18 deletions

View File

@@ -29,7 +29,6 @@ import 'src/en/jimanga/jimanga.dart';
import 'src/en/ksgroupscans/ksgroupscans.dart';
import 'src/pt/kakuseiproject/kakuseiproject.dart';
import 'src/pt/kamisamaexplorer/kamisamaexplorer.dart';
import 'src/en/komikchan/komikchan.dart';
import 'src/en/lhtranslation/lhtranslation.dart';
import 'src/pt/ladyestelarscan/ladyestelarscan.dart';
import 'src/en/leviatanscans/leviatanscans.dart';
@@ -247,8 +246,6 @@ List<Source> _madaraSourcesList =
kakuseiprojectSource,
//Kami Sama Explorer (PT-BR)
kamisamaexplorerSource,
//Komik Chan (EN)
komikchanSource,
//LHTranslation (EN)
lhtranslationSource,
//Lady Estelar Scan (PT-BR)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -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",
);