mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 01:27:59 +00:00
add mobile download page :3
This commit is contained in:
parent
f833a6b095
commit
e5ae26293c
@ -47,12 +47,13 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
color: await modules
|
color: await modules
|
||||||
.getColors(`https://i.ytimg.com/vi/${v}/maxresdefault.jpg`)
|
.getColors(`https://i.ytimg.com/vi/${v}/maxresdefault.jpg`)
|
||||||
.then((colors) => colors[0].hex()),
|
.then((colors) => colors[0].hex()),
|
||||||
|
isMobile: req.useragent.isMobile,
|
||||||
});
|
});
|
||||||
} catch {
|
} catch {
|
||||||
res.redirect("/");
|
res.redirect("/");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get("/old/watch", async function (req, res) {
|
app.get("/old/watch", async function (req, res) {
|
||||||
var v = req.query.v;
|
var v = req.query.v;
|
||||||
var e = req.query.e;
|
var e = req.query.e;
|
||||||
|
Loading…
Reference in New Issue
Block a user