好的 谢谢
还是希望demo可以早点出
Search found 10 matches
- 2025年 Dec 30日 10:43
- Forum: 小程序开发
- Topic: LampScheduleCore 物料
- Replies: 9
- Views: 47504
Re: LampScheduleCore 物料
- 2025年 Dec 29日 19:28
- Forum: 小程序开发
- Topic: LampScheduleCore 物料
- Replies: 9
- Views: 47504
Re: LampScheduleCore 物料
云定时添加冲突时如果不加入timerId则冲突列表中id:"timer_undefined",但自定义timerId再重新getTimerList()后与云定时自动生成的timerId不同,这时冲突列表删除不掉自定义timerId的对象。有没有清空某个type的冲突列表的方法,我可以清空后重新init。目前需要退出面板再返回,冲突列表才能清空。
- 2025年 Aug 7日 17:04
- Forum: 小程序开发
- Topic: LampScheduleCore 物料
- Replies: 9
- Views: 47504
Re: LampScheduleCore 物料
export interface TSleepNode {
onOff: boolean;
loops: string;
step: number;
hour: number;
minute: number;
hue: number;
saturation: number;
value: number;
brightness: number;
temperature: number;
index: number;
time?: string;
}
请问time?: string;是起始时间还是结束时间
- 2025年 Aug 7日 15:14
- Forum: 小程序开发
- Topic: LampScheduleCore 物料
- Replies: 9
- Views: 47504
Re: LampScheduleCore 物料
解决了,谢谢。
demo这几个月会有吗?
- 2025年 Aug 6日 19:26
- Forum: 小程序开发
- Topic: LampScheduleCore 物料
- Replies: 9
- Views: 47504
LampScheduleCore 物料
使用版本:"@ray-js/lamp-schedule-core": " 1.0.0-beta-3" 问题一:请问 LampScheduleCore 组件有示例demo吗? 问题二:const { dpValue: sleepDpValue, updateDp: updateSleepDpValue } = useSleepDp<TSleepData>(); dp点有数据,但进入页面时sleepDpValue是空的,updateSleepDpValue后才有数据,需要如何初始化? 问题三:updateSleepDpValue方法如何添加回调,确保slee...
- 2024年 Jan 8日 11:17
- Forum: 小程序开发
- Topic: rn 获取app温度单位
- Replies: 4
- Views: 2744
Re: rn 获取app温度单位
转设置介面也不支持吗?
有没有类似TYSdk.native.showDeviceMenu()的方法?
- 2024年 Jan 8日 10:42
- Forum: 小程序开发
- Topic: rn 获取app温度单位
- Replies: 4
- Views: 2744
Re: rn 获取app温度单位
有人吗?
- 2024年 Jan 6日 19:28
- Forum: 小程序开发
- Topic: rn 获取app温度单位
- Replies: 4
- Views: 2744
rn 获取app温度单位
请问1.该设置页面如跳转方法?
请问2.如何获取app设置页面中的温度单位?
图片在附件中,谢谢,回覆.
- 2022年 Nov 23日 10:54
- Forum: 小程序开发
- Topic: Ray中怎么使用tabs组件?
- Replies: 5
- Views: 2822
Re: Ray中怎么使用tabs组件?
weui的引入方式一样吗?
- 2022年 Nov 23日 08:50
- Forum: 小程序开发
- Topic: Ray中怎么使用tabs组件?
- Replies: 5
- Views: 2822
Ray中怎么使用tabs组件?
miniapp-components-plus,的tabs使用方法。 请问在ray中,tabs内容插槽部分怎么写? TYML文档: <mptabs tabs="{{tabs}}" activeTab="{{activeTab}}" swiperClass="tyui-tabs-swiper" bind:tabclick="onTabCLick" bind:change="onChange"title" slot="tab-content-{{index}}"> <t...