mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
add ismobile :3
This commit is contained in:
parent
a3d1ea8b68
commit
3c85374dc9
@ -93,6 +93,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
text: req.query.input || "enter text here",
|
text: req.query.input || "enter text here",
|
||||||
from_language: req.query.from_language,
|
from_language: req.query.from_language,
|
||||||
to_language: req.query.to_language,
|
to_language: req.query.to_language,
|
||||||
|
isMobile: req.useragent.isMobile,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user