# iot_miniapp_sdk **Repository Path**: yocop/iot_miniapp_sdk ## Basic Information - **Project Name**: iot_miniapp_sdk - **Description**: iot_miniapp_sdk - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-23 - **Last Updated**: 2025-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 概述 IoT小程序引擎库 # 调试 ## 打开持续渲染 需要在 cfg.json 配置文件的 debuger 选项中增加一个配置 ``` "debugger": { "enable": true, "render_continuously": true }, ```