{
+ e.target.style.display = 'none';
+ }}
+ />
+ )}
+
+
+
+ {title}
+
+ {duration > 0 && (
+
+ {formatDuration(duration)}
+
+ )}
+
+
+ {tags && (
+
+
+ {tags}
+
+
+ )}
+
+ {hasError ? (
+
+
+ {t('音频无法播放')}
+
+ }
+ onClick={() => window.open(audioUrl, '_blank')}
+ >
+ {t('在新标签页中打开')}
+
+ }
+ onClick={() => navigator.clipboard.writeText(audioUrl)}
+ >
+ {t('复制链接')}
+
+
+ ) : (
+