videocard直播不显示详情
This commit is contained in:
@@ -611,7 +611,8 @@ const VideoCard = forwardRef<VideoCardHandle, VideoCardProps>(function VideoCard
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// 详情页面按钮
|
// 详情页面按钮(直播源不显示详情)
|
||||||
|
if (origin !== 'live') {
|
||||||
actions.push({
|
actions.push({
|
||||||
id: 'detail',
|
id: 'detail',
|
||||||
label: '详情',
|
label: '详情',
|
||||||
@@ -625,6 +626,7 @@ const VideoCard = forwardRef<VideoCardHandle, VideoCardProps>(function VideoCard
|
|||||||
},
|
},
|
||||||
color: 'default' as const,
|
color: 'default' as const,
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
// AI问片功能
|
// AI问片功能
|
||||||
if (aiEnabled && actualTitle) {
|
if (aiEnabled && actualTitle) {
|
||||||
|
|||||||
Reference in New Issue
Block a user