@@ -181,16 +181,6 @@ const toggleSpeechInput = () => {
}
-// 组件挂载时检测浏览器支持
-onMounted(() => {
- checkBrowserSupport()
-})
-
// 组件卸载时清理资源
onUnmounted(() => {
clearInterval(countdownTimer.value)
@@ -2463,6 +2463,9 @@ onUnmounted(() => {
justify-content: center;
align-items: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
.middle-box {