表盘 APIhmFS 文件系统模块SysProGetBool版本:v3.xSysProGetBool获取临时存储的布尔值,系统重启将清除类型(key: string) => result参数key说明必填类型默认值键字符串是string-result说明类型存储的布尔值boolean用法const result = hmFS.SysProGetBool('test_key')console.log(result)