This commit is contained in:
kodjomoustapha
2023-12-08 17:12:19 +01:00
parent a6bd97d4c6
commit 9026bc1f31
225 changed files with 654 additions and 631 deletions

View File

@@ -1,14 +1,14 @@
import '../../../../../model/source.dart';
Source get komikstationSource => _komikstationSource;
Source _komikstationSource = Source(
name: "Komik Station",
baseUrl: "https://komikstation.co",
lang: "id",
isNsfw:true,
typeSource: "mangareader",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/komikstation/icon.png",
dateFormat:"MMMM dd, yyyy",
dateFormatLocale:"id",
);
Source get komikstationSource => _komikstationSource;
Source _komikstationSource = Source(
name: "Komik Station",
baseUrl: "https://komikstation.co",
lang: "id",
typeSource: "mangareader",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/src/komikstation/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "id",
);