feat: 优化播放错误处理

This commit is contained in:
alger
2025-12-17 13:19:10 +08:00
parent 89c6b11110
commit 6bc168c5bd
9 changed files with 60 additions and 57 deletions
@@ -1,12 +1,4 @@
<template>
<div class="traffic-warning-trigger">
<n-button circle secondary class="mac-style-button" @click="showDrawer = true">
<template #icon>
<i class="iconfont ri-information-line"></i>
</template>
</n-button>
</div>
<n-drawer
v-model:show="showDrawer"
:width="isMobile ? '100%' : '800px'"