优化媒体卡片和海报卡片的点击事件处理,改进路由滚动行为,注册中止控制器以管理异步请求

This commit is contained in:
jxxghp
2025-01-16 19:25:51 +08:00
parent e4af05cd56
commit f021ba8a98
4 changed files with 31 additions and 30 deletions

View File

@@ -79,6 +79,7 @@ function goPlay(isHovering = false) {
<VCardText
v-show="hover.isHovering || imageLoadError"
class="w-full flex flex-col flex-wrap justify-end align-left text-white absolute bottom-0 cursor-pointer pa-2"
@click.stop=""
>
<span class="font-bold">{{ props.media?.subtitle }}</span>
<h1 class="mb-1 text-white font-extrabold text-xl line-clamp-2 overflow-hidden text-ellipsis ...">