feat: 功能优化

This commit is contained in:
2025-12-22 00:26:38 +08:00
parent 62f22d03e7
commit ad36382f60
2 changed files with 4 additions and 10 deletions

View File

@@ -347,7 +347,7 @@ const formData = ref({
title: '',
produceCount: loadProduceCount(),
totalDuration: 15,
clipDuration: 3,
clipDuration: 5,
cropMode: 'center'
})
@@ -855,7 +855,6 @@ onMounted(() => {
&__scene-title {
font-size: 16px;
font-weight: 600;
color: #333;
margin: 0;
display: flex;
align-items: center;
@@ -864,8 +863,6 @@ onMounted(() => {
.scene-duration {
font-size: 14px;
font-weight: 400;
color: #666;
background: #f0f0f0;
padding: 2px 8px;
border-radius: 4px;
}