mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +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")
|
||||
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;
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue