试用了小程序,觉得浏览代码做的很好。 我这边也做了一个小程序 https://github.com/ZhuPeng/mp-githubtrending 收集了 Trending 的项目,我这边希望能在查看代码直接跳转到你的小程序。 ``` if (wx.navigateToMiniProgram) { wx.navigateToMiniProgram({ appId: '', path: 'pages/index/index?repos=https://github.com/xx/xx' }) } ``` appid 能提供一下嘛?
试用了小程序,觉得浏览代码做的很好。
我这边也做了一个小程序 https://github.com/ZhuPeng/mp-githubtrending 收集了 Trending 的项目,我这边希望能在查看代码直接跳转到你的小程序。
appid 能提供一下嘛?