UNPKG

200 BJavaScriptView Raw
1const openBrowser = require("ynw-cli/util/openBrowser");
2
3module.exports = async ctx => {
4 const url = "http://www.jsgaotie.com/hooks/app-web/YNW/pages/_index.html";
5 openBrowser({ url });
6};