feat: 治疗亮度全路径统一204(80%)——手动模式140与普通模式200一并对齐
这个提交包含在:
@@ -11,10 +11,9 @@ var i18n = require('../../i18n/index')
|
|||||||
Page({
|
Page({
|
||||||
data: {
|
data: {
|
||||||
statusBarHeight: 44,
|
statusBarHeight: 44,
|
||||||
// fixed safe brightness for care sessions: 140 ≈ 55% (护理中档位).
|
// 治疗亮度统一 204 = 80%(果果 2026-07-28 定案,与智能推荐一致)。
|
||||||
// Do NOT expose a brightness slider (safety); the hardware also enforces
|
// Do NOT expose a brightness slider (safety); builder 层另有 ≤204 硬上限兜底。
|
||||||
// its own current/thermal limits regardless of this value.
|
brightness: 204,
|
||||||
brightness: 140,
|
|
||||||
functions: [
|
functions: [
|
||||||
{ id: 'rejuvenate', wavelength: 2, wl: 'red', color: '#E8503A' },
|
{ id: 'rejuvenate', wavelength: 2, wl: 'red', color: '#E8503A' },
|
||||||
{ id: 'acne', wavelength: 3, wl: 'uv', color: '#7C4DFF' },
|
{ id: 'acne', wavelength: 3, wl: 'uv', color: '#7C4DFF' },
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ Page({
|
|||||||
ble.setParams({
|
ble.setParams({
|
||||||
region_mask: mask,
|
region_mask: mask,
|
||||||
wavelength: 2,
|
wavelength: 2,
|
||||||
brightness: 200,
|
brightness: 204, // 治疗亮度统一 80%(果果 2026-07-28 定案)
|
||||||
duration_ms: self.data.fixedDurationMs,
|
duration_ms: self.data.fixedDurationMs,
|
||||||
mode: self.data.selectedMode,
|
mode: self.data.selectedMode,
|
||||||
control: 0x02
|
control: 0x02
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户