Search found 8 matches

by 15002075425
2025年 Apr 26日 15:34
Forum: 小程序开发
Topic: RayCircleProgress 组件thumb 会被裁掉
Replies: 1
Views: 766

RayCircleProgress 组件thumb 会被裁掉

Tuya MiniApp IDE 版本信息:0.8.9; App 应用版本信息: 6.4.0; @ray-js/ray, @ray-js/panel-sdk的版本:"@ray-js/ray": " 1.6.1";"@ray-js/panel-sdk": " 1.13.1"; 移动设备信息:iPhone 13 Pro 相关代码: import React, { useState } from 'react'; import { View } from '@ray-js/ray'; import RayCircleP...
by 15002075425
2025年 Apr 16日 15:57
Forum: 小程序开发
Topic: LampCirclePickerWhite 的锚点会落在圆盘外面
Replies: 4
Views: 1043

Re: LampCirclePickerWhite 的锚点会落在圆盘外面

.whiteView { overflow-y: scroll; padding-bottom: 20px; .circleView { width: 100vw; display: flex; justify-content: center; align-items: center; padding: 10px 0; height: 270px; margin-bottom: 12px; } .colorItem { width: 28px; height: 28px; border-radius: 14px; margin-right: 10px; display: 'inline-bl...
by 15002075425
2025年 Apr 14日 17:26
Forum: 小程序开发
Topic: LampCirclePickerWhite 的锚点会落在圆盘外面
Replies: 4
Views: 1043

LampCirclePickerWhite 的锚点会落在圆盘外面

Tuya MiniApp IDE 版本信息:0.8.9; App 应用版本信息: 设置-关于中进行查看~ "@ray-js/ray": " 1.6.1","@ray-js/ray": " 1.6.1", 移动设备信息: 手机型号及系统 相关代码:"@ray-js/components-ty-lamp": " 2.0.2" 日志信息: 错误日志或 IDE 运行日志等~ 问题描述(复现步骤):"@ray-js/components-ty-lamp": &qu...
by 15002075425
2025年 Mar 30日 14:23
Forum: 小程序开发
Topic: LampModuleSchedule 组件的倒计时开关启动时不会弹出倒计时设置页面
Replies: 2
Views: 2463

LampModuleSchedule 组件的倒计时开关启动时不会弹出倒计时设置页面

Tuya MiniApp IDE 版本信息:0.8.7; App 应用版本信息: 6.3.3 @ray-js/ray, @ray-js/panel-sdk的版本 1.6.1; 1.13.1 关键组件信息:"@ray-js/lamp-module-schedule": " 0.2.30", 移动设备信息: 相关代码: import React, { useState, useEffect } from 'react'; import { View, ScrollView } from '@ray-js/ray'; import { useDevice, ...
by 15002075425
2025年 Mar 30日 14:01
Forum: 小程序开发
Topic: 面板小程序跳转计划页面能设置执行的 actionList或者dps 吗? functional://rayScheduleFunctional
Replies: 1
Views: 2025

面板小程序跳转计划页面能设置执行的 actionList或者dps 吗? functional://rayScheduleFunctional

"@ray-js/ray": " 1.6.1" 项目名称:照明幻彩灯带模版 const list = [ { key: 'schedule', icon: getCdnImgUrl('icon_schedule_active.png'), title: Strings.getLang('scheduleTitle'), visible: isShowSchedule, callback() { const { deviceId, groupId } = getLaunchOptionsSync().query; const jumpUrl = funct...
by 15002075425
2025年 Mar 30日 12:52
Forum: 小程序开发
Topic: 如何正确使用物料 LampModuleSchedule
Replies: 4
Views: 3614

Re: 如何正确使用物料 LampModuleSchedule

onCountdownToggle 函数只在倒计时开关关闭时触发回调,开关开启时不触动

"@ray-js/lamp-module-schedule": "0.2.30"

期望:倒计时开关按钮,开启、关闭 操作都触发这个 onCountdownToggle 函数