feat: 长辈模式(大字大按钮 + 偏好按账号隔离)+ 语音输入(按住说话 + 实时转写 + 后端代理 DashScope ASR + 患者端专用)+ 健康仪表盘背景渐变
This commit is contained in:
@@ -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', () {
|
||||
|
||||
Reference in New Issue
Block a user