opt: 代码优化

This commit is contained in:
orz12
2024-01-15 00:59:19 +08:00
parent 0cc25203b1
commit 6654094480
5 changed files with 6 additions and 6 deletions

View File

@ -210,11 +210,11 @@ class _WhisperPageState extends State<WhisperPage> {
);
} else {
// 请求错误
return SizedBox();
return const SizedBox();
}
} else {
// 骨架屏
return SizedBox();
return const SizedBox();
}
},
)