feat: 长辈模式(大字大按钮 + 偏好按账号隔离)+ 语音输入(按住说话 + 实时转写 + 后端代理 DashScope ASR + 患者端专用)+ 健康仪表盘背景渐变

This commit is contained in:
MingNian
2026-07-21 10:53:16 +08:00
parent 0cb5b8e85a
commit 28f704c98e
25 changed files with 2214 additions and 131 deletions

View File

@@ -53,8 +53,8 @@ void main() {
source.indexOf('class _HeaderIconButton'),
);
expect(buttonSource, contains('width: 44'));
expect(buttonSource, contains('height: 44'));
expect(buttonSource, contains('width: elderMode ? 54 : 44'));
expect(buttonSource, contains('height: elderMode ? 54 : 44'));
});
test('settings logout action is white with dark text', () {