Scott Leung

Results 5 issues of Scott Leung

* **Electron-Builder Version**: 23.2.0 * **Node Version**: v14.18.1 * **Electron Version**: v17.4.0 * **Electron Type (current, beta, nightly)**: current * **Target**: Windows Node addon Module When I use electron-builder in...

windows

## Description 最近接到一个需求,需要在小程序原生 `Tab` 中跳转插件页面。 那么就有 `tab` 设置代码如下: ```javascript tabBar: { list: [{ text: '首页', pagePath: 'pages/index', iconPath: '/images/index.png', selectedIconPath: '/images/index_sel.png' }, { text: '购物袋', pagePath: '__plugin__/wx34345ae5855f892d/pages/shoppingCart/shoppingCart', iconPath: '/images/cart.png', selectedIconPath:...

修复 app.wpy 中添加插件页面路径时的报错。 - 在 pages 遍历之前过滤插件页面路径 - 在分包的 pages 遍历之前过滤插件页面路径 Issue #2710 Closes #2710 ##### Checklist - [x] `npm run test` passes - [x] tests and/or benchmarks are included...

对于 `MongoDB` 的 `authSource` ,`cli` 工具没有在初始化界面提供该设置,这里我已经在本地修改过,测试OK的了,稍后奉上PR。