fix: 完善语义适配

This commit is contained in:
orz12
2024-03-01 02:06:51 +08:00
parent b0086f9013
commit 3c72fc6cf4
9 changed files with 24 additions and 12 deletions

View File

@@ -151,7 +151,7 @@ class _MinePageState extends State<MinePage> {
semanticsLabel: '头像',
width: 85,
height: 85)
: Image.asset('assets/images/noface.jpeg'),
: Image.asset('assets/images/noface.jpeg',semanticLabel: "默认头像",),
),
),
),