Merge branch 'master' of ssh://gitea.bowongai.com:221/bowong/mxivideo

This commit is contained in:
imeepos 2025-07-11 16:19:16 +08:00
commit f4b459ee63
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ const ProjectDetailPage: React.FC = () => {
const response = await MediaService.getAllSegments()
if (response.status && response.data) {
// 过滤包含商品名标签的素材(包括已使用和未使用的)
console.log(`素材:`, response.data)
const filteredMaterials = response.data.filter(segment =>
segment.tags.includes(project.product_name)
)