"@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 = functional://rayScheduleFunctional/home?deviceId=${deviceId ||
;
''}&groupId=${groupId ||
''}&rtcTimer=${supportRctTimer}&countdown=${supportCountdown}&cloudTimer=${supportCloudTimer}
navigateTo({
url: jumpUrl,
});
},
},
];