基础库/Ray
基础库 v2.18.0
- 三方插件能力
在绘制图表使用 echarts、@antv/g2、three.js 三方库时,无法直接在 Render Script 脚本中使用,为了提供更优的开发体验,由官方提供兼容支持,通过插件的方式可直接使用 echarts 等图表库进行开发。
在智能小程序应用里进行配置后,即可开启:
Code: Select all
{
"usingPlugins": ["rjs://echarts"]
}
在 Render Script 中使用
Code: Select all
// pages/index/index.rjs
export default Render({
async init() {
const echarts = await requirePlugin('rjs://echarts');
// 使用 echarts 进行图表渲染
}
})
详细文档地址: https://developer.tuya.com/cn/miniapp/d ... ugin/intro
MiniApp Tools
v0.6.2
- 新增奔溃上报日志能力,当IDE异常退出,可以点击上报按钮,帮助我们排查问题。
- 当静态资源白名单未配置情况下,会给出提示
面板工具 v1.5.0
- 新增 定时、群组、设备 相关 API 在 IDE 上模拟实现, 可以在IDE直接使用,不需要使用真机调试。
物料
通用
- 基础定时教程:https://developer.tuya.com/cn/miniapp-c ... dex.html#0
- 群组信息及管理教程:https://developer.tuya.com/cn/miniapp-c ... ex.html#10
- SDM 拦截器教程:https://developer.tuya.com/cn/miniapp-c ... dex.html#0
电工
- 电工插座高级能力模板教程: https://developer.tuya.com/cn/miniapp-c ... dex.html#0
照明
- Matter 照明面板开发教程 https://developer.tuya.com/cn/miniapp-c ... dex.html#0
家电
- 新增小家电风扇模板及教程
https://github.com/Tuya-Community/tuya- ... /panel-fan
https://developer.tuya.com/cn/miniapp-c ... dex.html#0
其他细节变更请查看
https://developer.tuya.com/cn/miniapp/log/changelog