mirror of
https://github.com/danbulant/Mangades
synced 2026-06-17 21:31:03 +00:00
add tachiyomi preview app login
This commit is contained in:
parent
cd4b73a1c8
commit
798aa0ea66
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,10 @@
|
|||
|
||||
$: if(validate(name)) open();
|
||||
|
||||
const anilistID = hostname === "manga.danbulant.eu" ? "8374" : "8375";
|
||||
const anilistID = {
|
||||
"manga.danbulant.eu": "8374",
|
||||
"tachiyomi.manga-d7tp.pages.dev": "10330"
|
||||
}[hostname] || "8375";
|
||||
var focused = false;
|
||||
var width: number;
|
||||
var small = width < 600;
|
||||
|
|
|
|||
Loading…
Reference in a new issue