lp0124

Results 10 issues of lp0124

### Description 目前的 Network 面板是平铺显示信息的,导致每次查看接口的 Response 时需要滚动到最下方(笔记本屏幕小)。 ### Suggested solution 可以参考谷歌浏览器的Network 面板的标签页方式展示信息,当切换到预览标签时,每次查看接口都可以直接查看到 Response ### Alternative _No response_ ### Additional context _No response_ ### Validations - [X] Read the [FAQ](https://github.com/HuolalaTech/page-spy-web/wiki). -...

enhancement

微信: https://developers.weixin.qq.com/miniprogram/dev/api/ext/wx.getExtConfig.html https://developers.weixin.qq.com/miniprogram/dev/api/ext/wx.getExtConfigSync.html 支付宝: https://opendocs.alipay.com/mini/api/getExtConfig?pathHash=ab4d5152 https://opendocs.alipay.com/mini/api/getExtConfigSync?pathHash=84c819f8 抖音: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/api/third-party-platform/tt-get-ext-config https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/api/third-party-platform/tt-get-ext-config-sync

processing

目前的 customOutputPath 方法只提供了 type, name, hash, ext 4 个参数,其中的 name 取的是文件名,如果目录结构是这样的 那 name 字段取到的都是 index,导致打包后组件名全是 index + hash ,在开发阶段无法识别出组件 希望增加绝对路径参数,来让开发者通过自定义路径的方式来标识出这些打包后的组件

在 mpx 内部是通过判断 app.json 文件里的 tabBar.custom 为 true 来判断是否编译 custom-tab-bar 这个组件的,但是由于我们公司是使用三方开发的模式,是通过在提审版本时后端动态修改 ext.json 里的 tabBar 来控制的,例如商家 A 是有导航且 tabBar.custom 为 true,商家 B 是没有导航,导致无法预先在代码 app.json 中配置好 tabBar 字段。 希望可以调整为 不判断,只要根目录存在 custom-tab-bar 就进行编译

直接从最新版 cli 新建新建项目后, 使用 @mpxjs/size-report 插件,[配置为文档一样的配置 ](https://mpxjs.cn/guide/advance/size-report.html#%E9%85%8D%E7%BD%AE%E6%8F%92%E4%BB%B6)。

processing

type:bug
mod:import-export

开启 optimizeRenderRules level 1 时,如果模板中的 wx:if 判断语句中带 configCenterByKeys['Store.Business.Hours.Display'] 这种语法,会导致编译出来的 render 函数异常 代码如下: [mpx-project-0530.zip](https://github.com/user-attachments/files/20514203/mpx-project-0530.zip)

通过最新 cli 创建的项目 ``` {{item}} ```

希望能计算 sensorsdata 这个 js 文件占用的体积,按照我对这个功能的理解,分组应该只会计算出 js 文件的体积,但是现在却将页面的体积也计算在内 示例代码如下,执行 `yarn && yarn build` [mpx-project3.zip](https://github.com/user-attachments/files/17573360/mpx-project3.zip)