feat: 功能优化

This commit is contained in:
2026-01-17 14:43:42 +08:00
parent 5ed0cfff07
commit fecd47e25d
60 changed files with 3529 additions and 827 deletions

View File

@@ -93,6 +93,10 @@ const props = defineProps({
fileCategory: {
type: String,
default: 'video'
},
groupId: {
type: Number,
default: null
}
})
@@ -214,7 +218,7 @@ const handleConfirm = () => {
// 使用传入的fileCategory如果没有则使用默认值
const category = props.fileCategory || DEFAULT_FILE_CATEGORY
emit('confirm', filesWithCover, category)
emit('confirm', filesWithCover, category, props.groupId)
}
// 处理 visible 变化