mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 13:20:42 +00:00
dart format
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangatxunoriginalSource => _mangatxunoriginalSource;
|
||||
|
||||
Source _mangatxunoriginalSource = Source(
|
||||
name: "Manga-TX",
|
||||
baseUrl: "https://manga-tx.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangatxunoriginal/icon.png",
|
||||
dateFormat:"MMM d, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get mangatxunoriginalSource => _mangatxunoriginalSource;
|
||||
|
||||
Source _mangatxunoriginalSource = Source(
|
||||
name: "Manga-TX",
|
||||
baseUrl: "https://manga-tx.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangatxunoriginal/icon.png",
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user