- miniprogram-cli的一个包不存在,导致编译出错,能否修复
https://developers.weixin.qq.com/miniprogram/dev/devtools/ci.html This dependency was not found: * worker_threads in ./node_modules/miniprogram-ci/dist/modules/corecompiler/original/utils/logger.js To install it, you can run: npm install --save worker_threads
1天前 - 小程序备案【主体证件住所】工商数据对比不通过,如带有标点符号或字母,请检查中、英文标点符号和字母?
[图片] [图片] 就是按上面写的住所,一直验证失败
2023-10-28 - canvas画布,模拟器使用灰色正常,手机里context使用函数无效?
const image = new Image(60, 45); // Using optional size for image image.onload = drawImageActualSize; // Draw when image has loaded // Load an image of intrinsic size 300x227 in CSS pixels image.src = 'rhino.jpg'; function drawImageActualSize() { // To use the custom size we'll have to specify the scale parameters // using the element's width and height properties - lets draw one // on top in the corner: ctx.filter = "grayscale(100%)"; ctx.drawImage(0, 0, 300,300);}
2022-12-06