-
-
-
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+ {{ memoDate(selectedMemo.createdAt) }}
+ {{ formatDuration(selectedMemo.durationMs) }}
+
+
+
+
+
-
-
+
+ {{ formatDuration(audioCurrentTime * 1000) }}
+ -{{
+ formatDuration(
+ Math.max(0, selectedMemo.durationMs - audioCurrentTime * 1000),
+ )
+ }}
+
+
+
+
+
+
+ 15
+
+
+
+
+
+
+
+ 15
+
+
+
+
+ {{ phone.t('Apps.memos.playbackSpeed') }}
+
+
+
+
+ {{ rate }}×
+
+
+
+
+
+
+
+
+
+
+ {{ phone.t('Apps.memos.delete') }}
+
+
+
+
+
+
+
+
+
+
@@ -631,32 +766,25 @@ onBeforeUnmount(() => {
{{
formatDuration(recorderState.elapsedMs, true)
}}
-
-
-
-
-
- {{ phone.t('Apps.memos.newMemo') }}
-
-
-
+
+
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ memoDate(selectedMemo.createdAt) }}
- {{ formatDuration(selectedMemo.durationMs) }}
+
+ {{ phone.t('Apps.memos.newMemo') }}
+
-
-
-
-
-
- {{ formatDuration(audioCurrentTime * 1000) }}
- -{{
- formatDuration(
- Math.max(0, selectedMemo.durationMs - audioCurrentTime * 1000),
- )
- }}
-
-
+
-
-
-
- 15
-
-
-
-
-
-
-
- 15
-
-
-
- {{ phone.t('Apps.memos.playbackSpeed') }}
-
-
-
- {{ rate }}×
-
-
-
-
-
-