fix: remove all medical device terms from user-facing text

Replace '光子美容仪' with '智美'/'智能面膜'/'我的设备' throughout.
Replace '护理' with '使用' in all UI text.
Replace '皮肤' with '检测'/'智能' where applicable.
Replace 🌸 with 💎 for brand identity.
Internal code (variable names, API paths, file names) unchanged.
这个提交包含在:
Guoguo
2026-05-29 01:34:54 -07:00
父节点 22110e866a
当前提交 aff8c2d9b5
修改 30 个文件,包含 69 行新增69 行删除
+1 -1
查看文件
@@ -328,7 +328,7 @@ function getWavelengthName(code) {
function getModeStateName(code) {
var map = {
0x00: '空闲', 0x01: '扫描中', 0x02: '护理中',
0x00: '空闲', 0x01: '扫描中', 0x02: '使用中',
0x03: '已暂停', 0x04: '已完成', 0x05: '异常', 0x06: 'OTA升级中'
}
return map[code] || '未知'