- 开发者工具没有云开发相关编辑器指令
开发者工具没有云开发相关的部署,创建云函数等操作面板 2.14.1 "miniprogramRoot": "miniprogram/", "cloudbaseRoot": "cloudbase/", "setting": { "urlCheck": false, "es6": true, "enhance": true, "postcss": true, "preloadBackgroundData": false, "minified": true, "newFeature": true, "coverView": true, "nodeModules": true, "autoAudits": false, "showShadowRootInWxmlPanel": true, "scopeDataCheck": false, "uglifyFileName": false, "checkInvalidKey": true, "checkSiteMap": true, "uploadWithSourceMap": true, "compileHotReLoad": false, "useMultiFrameRuntime": true, "useApiHook": true, "babelSetting": { "ignore": [], "disablePlugins": [], "outputPath": "" }, "enableEngineNative": false, "useIsolateContext": true, "useCompilerModule": true, "userConfirmedUseCompilerModuleSwitch": false, "userConfirmedBundleSwitch": false, "packNpmManually": false, "packNpmRelationList": [], "minifyWXSS": true, "bundle": false, "useApiHostProcess": true }, "appid": "", "projectname": "kefu_demo", "libVersion": "2.14.1", "simulatorType": "wechat", "simulatorPluginLibVersion": {}, "cloudfunctionTemplateRoot": "cloudfunctionTemplate", "condition": { "search": { "list": [] }, "conversation": { "list": [] }, "plugin": { "list": [] }, "game": { "list": [] }, "miniprogram": { "list": [] } } }
2021-01-08 - 在project.config.json文件中设置了cloudbaseRoot字段不生效
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/functions/getting-started.html
2021-01-08 - event 里 没有 openid 和 appid
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/functions/getting-started.html 文中说 event 就是小程序端调用云函数时传入的参数,外加后端自动注入的小程序用户的 openid 和小程序的 appid。 我咋在调试的时候没见这两个字段?还有cloudbaseRoot 这个设置了,确定有用吗?感觉这篇教程很不准确啊
2021-01-23 - 小程序 动画占用CPU的问题
页面上有两个箭头,设置了两个简单动画效果,就是左右移动。在调试的时候发现,页面有动画时,cpu的占用在20%左右,而不增加动画效果时,cpu占用只有5%左右。简单的动画效果,一下增加了15%的cpu使用,这个正常吗?下面是设置动画的代码,有什么可以优化的地方吗。欢迎高手给点建议。 animation-name: rightyd; animation-duration: 1s; animation-iteration-count: infinite; @keyframes rightyd { 0% {right: 120rpx;} 50% {right: 110rpx;} 100% {right: 120rpx;} }
2017-06-13 - 自定义底部tabbar组件 custom-tab-bar 能不能设置层级?
[图片] 遮罩遮不住底部,体验贼差,底部用的是 cover-view 遮罩用的也是 cover-view,听说cover-view支持设置层级,然后设置了并没什么卵用
2019-12-05 - 自定义底部tabbar组件,不能设置层级。存在问题:遮罩层遮不住底部tabbar
https://developers.weixin.qq.com/miniprogram/dev/component/cover-view.html 官方示例模板,添加个遮罩层足以复现问题。 [图片]
2020-03-26 - 小程序是偷偷支持webassembly了?
测试发现预览下的小程序也可以跑通webassembly,原来只有真机调试下才可以 [图片][图片]
2020-04-14 - worker内是否应该支持webassembly?
鉴于webassembly已经在iOS和Android得到广泛支持,是否应该开放在worker内支持webassembly的能力?这样可以通过rust编写高性能的数据处理模块。
2020-01-19 - 使用ci 自动化 ,进行小程序自动化测试,为什么不能启动开发者工具?
版本信息: [图片] 调试基础库: [图片] 运行环境:windows server 2016 64位 gitlab(ci)上的日志报错: [图片] 但是我在ci运行的根目录 手动运行jest 却可以启动 。这是为什么呢 手动测试图: [图片]
2020-02-21 - kbone 支持百度小程序 支付宝小程序吗?
kbone 支持百度小程序 支付宝小程序吗?
2020-03-01