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