优化了 启动录制效果

This commit is contained in:
2026-06-05 18:52:47 +08:00
parent 26098114d2
commit e1446337e9
4 changed files with 22 additions and 5 deletions

View File

@@ -298,7 +298,10 @@ class _RecordingPageState extends ConsumerState<RecordingPage> {
onUnlocked: () => viewModel.setTouchLocked(false),
),
if (state.isStartingRecording)
const RecordingLoadingOverlayWidget(message: '正在开始录制…'),
RecordingLoadingOverlayWidget(
message: '正在开始录制…',
backgroundColor: Colors.black.withValues(alpha: 0.24),
),
],
),
),