mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
ehe
This commit is contained in:
parent
4f901e602a
commit
11c3e561e9
1 changed files with 4 additions and 0 deletions
|
@ -309,6 +309,10 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
if (uaos === "Windows XP" || uaos === "Windows Vista")
|
if (uaos === "Windows XP" || uaos === "Windows Vista")
|
||||||
res.redirect("/lite?v=" + req.query.v);
|
res.redirect("/lite?v=" + req.query.v);
|
||||||
|
|
||||||
|
if (req.useragent.source.includes("Nintendo WiiU"))
|
||||||
|
res.redirect("/lite?v=" + req.query.v);
|
||||||
|
|
||||||
|
|
||||||
if (req.query.from === "short") var shortsui = true;
|
if (req.query.from === "short") var shortsui = true;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue