mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
manga(teamx): replace iconUrl getter with static value
This commit is contained in:
@@ -4,12 +4,11 @@ const mangayomiSources = [
|
||||
lang: "ar",
|
||||
baseUrl: "https://olympustaff.com",
|
||||
apiUrl: "",
|
||||
get iconUrl() {
|
||||
return `https://www.google.com/s2/favicons?sz=256&domain=${this.baseUrl}`;
|
||||
},
|
||||
iconUrl:
|
||||
"https://www.google.com/s2/favicons?sz=256&domain=https://olympustaff.com",
|
||||
typeSource: "single",
|
||||
itemType: 0,
|
||||
version: "1.0.0",
|
||||
version: "1.0.1",
|
||||
pkgPath: "manga/src/ar/teamx.js",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user