- miniprogram-ci运行报错?
script returned exit code 1 [2024-05-31 11:57:34] + node ./upload.js -p=**** --appid=wxc91ea24a72e5d0b0 [2024-05-31 11:57:35] node:internal/modules/cjs/loader:988 [2024-05-31 11:57:35] throw err; [2024-05-31 11:57:35] ^ [2024-05-31 11:57:35] [2024-05-31 11:57:35] Error: Cannot find module './utils/handleerror/handleerror' [2024-05-31 11:57:35] Require stack: [2024-05-31 11:57:35] - /root/workspace/node_modules/miniprogram-ci/dist/modules/fullcompiler/getallwmltohtmlmap.js [2024-05-31 11:57:35] - /root/workspace/node_modules/miniprogram-ci/dist/modules/fullcompiler/index.js [2024-05-31 11:57:35] - /root/workspace/node_modules/miniprogram-ci/dist/modules/index.js [2024-05-31 11:57:35] - /root/workspace/node_modules/miniprogram-ci/dist/index.js [2024-05-31 11:57:35] - /root/workspace/upload.js [2024-05-31 11:57:35] at Function.Module._resolveFilename (node:internal/modules/cjs/loader:985:15) [2024-05-31 11:57:35] at Function.Module._load (node:internal/modules/cjs/loader:833:27) [2024-05-31 11:57:35] at Module.require (node:internal/modules/cjs/loader:1057:19) [2024-05-31 11:57:35] at require (node:internal/modules/cjs/helpers:103:18) [2024-05-31 11:57:35] at Object.<anonymous> (/root/workspace/node_modules/miniprogram-ci/dist/modules/fullcompiler/getallwmltohtmlmap.js:1:190) [2024-05-31 11:57:35] at Module._compile (node:internal/modules/cjs/loader:1155:14) [2024-05-31 11:57:35] at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10) [2024-05-31 11:57:35] at Module.load (node:internal/modules/cjs/loader:1033:32) [2024-05-31 11:57:35] at Function.Module._load (node:internal/modules/cjs/loader:868:12) [2024-05-31 11:57:35] at Module.require (node:internal/modules/cjs/loader:1057:19) { [2024-05-31 11:57:35] code: 'MODULE_NOT_FOUND', [2024-05-31 11:57:35] requireStack: [ [2024-05-31 11:57:35] '/root/workspace/node_modules/miniprogram-ci/dist/modules/fullcompiler/getallwmltohtmlmap.js', [2024-05-31 11:57:35] '/root/workspace/node_modules/miniprogram-ci/dist/modules/fullcompiler/index.js', [2024-05-31 11:57:35] '/root/workspace/node_modules/miniprogram-ci/dist/modules/index.js', [2024-05-31 11:57:35] '/root/workspace/node_modules/miniprogram-ci/dist/index.js', [2024-05-31 11:57:35] '/root/workspace/upload.js' [2024-05-31 11:57:35] ] [2024-05-31 11:57:35] } 帮我检查一下是哪个依赖导致报错
05-31 - wx.openDocument在windows无法打开pdf,在苹果MAC可以打开?
在window上使用微信打开小程序无法打开pdf,在MAC可以正常打开,经过排查,调用api返回截图中的报错。 [图片]
05-29 - 分享页面,小程序样式丢失?
背景图加了filter:blur()样式,但是分享的时候样式丢失了 [图片] 代码片段:https://developers.weixin.qq.com/s/8zUK0umV7ERF
05-27 - 小程序右上角胶南的评分是否可以设置显示隐藏?
[图片]
03-21 - 小程序右上角脑囊评分是否可设置显隐?
[图片]
03-21 - 半屏跳小程序切全屏wx.getMenuButtonBoundingClientRect()获取有误?
复现步骤:小程序A半屏跳转小程序B,把B小程序切全屏,再把B切入后台,回到微信下拉从主入口进入小程序B,手机状态栏高度丢失,导致自定义导航栏高度丢失。
2023-12-15 - 小程序跳转半屏切全屏之后,点击页面中的button open-type=“share"的分享,报错
小程序跳转半屏切全屏之后,点击页面中的button open-type=“share"的分享,第一次点击可以正常分享,第二次点击的时候提示”暂不支持当前功能“
2023-11-23 - 苹果电脑打开小程序之后页面正常显示,点击跳转分包页空白bug?
安卓手机,windows,苹果手机都正常显示,就苹果电脑打开空白 苹果电脑操作系统 [图片] 以下是苹果电脑打开分包页面之后截图 [图片]
2023-09-16 - wx.batchSetStorageSync批量设置缓存bug
wx.batchSetStorageSync同步批量更新缓存,使用wx.getStorageSync获取的数据依旧是旧的缓存数据
2023-07-27 - wx.chooseMedia使用sizeType='compressed',压缩的程度是原图的多少?
[图片] 这是被压缩后的图片质量,很明显觉得模糊。
2023-07-11