ci 版本升级到最新看看
使用Skyline引擎开发页面,用miniprogram-ci上传后组件样式丢失小程序其中一个页面开启使用Skyline引擎开发,使用开发者工具本地预览和上传体验包时所有页面均正常展示;但是使用miniprogram-ci预览和上传体验包时,会导致开启Skyline渲染的页面内components组件样式丢失(页面样式正常,仅组件样式丢失),请问这是为什么? "miniprogram-ci": "1.2.3" setting: { es6: true, es7: true, minifyJS: true, minifyWXML: true, minifyWXSS: true, minify: true, codeProtect: false, autoPrefixWXSS: true, }
2023-07-11这个我们排期支持下,也可以关闭热重载,这样就不会手动点而是自动刷新
开发者工具skyline支不支持热更新?nightly1.06.2306022 skyline渲染模式下,不能热重载,现在在代码里改一个字就得点一次,崩溃。。。
2023-06-16开发者工具新版本修复了
报一个bug工具升级Nightly 1.06.2306072之后使用skyline渲染的页面将无法运行,一直报错。[图片] 代码未做任何处理,开发工具版本退回 Nightly 1.06.2306022 即可正常运行
2023-06-16这些是内置组件的,可以先忽略
小程序开发使用skyline渲染,页面提示unsupported 信息,请问怎么解决?[图片]
2023-06-16是该插件未适配,已转给腾讯地图团队
skyline模式现在不支持插件?腾讯地图的城市选择器插件 [图片][图片]
2023-06-06检查一下配置上是不是有 renderer: skyline,有的话同级加上 "componentFramework": "glass-easel" 详见文档:https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/glass-easel/migration.html
命令行预览报错-80426,但在开发者工具里预览就正常?开发者工具使用命令行预览时会报错: message: `Error: 错误 Error: 系统错误,错误码:-80426,Component 'page/xxx/' is marked skyline compatible but not glass-easel compatible. Make sure it is ready for glass-easel and add { "componentFramework": "glass-easel" } in component configuration. [20230531 19:30:15][undefined]\n` + 但是在开发者工具里点击预览,是正常可以预览成功的
2023-06-01skyline 页面需要配置上 glass-easel https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/glass-easel/migration.html
上传不了代码,包-80426?Error: 上传失败:网络请求错误 系统错误,错误码:-80426,Component 'components/navigation-bar/navigation-bar' is marked skyline compatible but not glass-easel compatible. Make sure it is ready for glass-easel and add { "componentFramework": "glass-easel" } in component configuration. [20230531 16:14:59]
2023-05-31scroll-view 要给高度,加个 height: 100vh 试试
skyline模式下用scroll-view的custom无法进行滑动是什么问题?<scroll-view type="custom" scroll-y="true" show-scrollbar="{{true}}" scroll-into-view="{{intoView}}" class="scroll-view" bindscrolltolower="bindscrolltolower" style="margin-top: {{menuTop}}px;" > <grid-view type="masonry" cross-axis-count="{{crossAxisCount}}" cross-axis-gap="{{crossAxisGap}}" main-axis-gap="{{mainAxisGap}}"> <view wx:for="{{list}}" class="grid-box"> <image src="{{item.image_url}}" mode="widthFix" binderror="binderror"></image> <view class="content-box"> <text>这里的风景好美~</text> <view class="profile-text"> <view class="left"> <image class="icon" src="https://res.wx.qq.com/op_res/lS41C5Xp6y6mfUbelCW8PArEcMwWRuhSohPO46vAiELbhAf56_CwONEDgM2vIVxOlT5KDcSxCkV8xIJ6cg3x2Q"></image> <text>binnie</text> </view> <view class="right"> <image class="icon-collection" src="https://res.wx.qq.com/community/dist/community/images/disagree_icon_fab2b7.svg"></image> <text>666</text> </view> </view> </view> </view> </grid-view> </scroll-view> 代码片段如下: https://developers.weixin.qq.com/s/xUAMS9mv7OIz
2023-05-15如果是 tabbar 页跳转过去的话,目前还未支持
skyline真机预览时没有share-element动画效果?手机渲染模式已经切换了
2023-05-15Skyline 还不支持真机调试
skyline模式小程序预览没问题,但是真机调试的时候一直转圈?开发者工具版本是nightly1.06.2304272[图片][图片]
2023-05-04