完善视频提炼和视频复刻完善提交测试

This commit is contained in:
Azmat@qq.com
2026-08-28 10:15:15 +08:00
parent 52c5cdae1d
commit 849b14a0f6
33 changed files with 1475 additions and 208 deletions
@@ -939,3 +939,11 @@
.task-stats { grid-template-columns: repeat(2, 1fr); }
}
}
/* 拖拽投放高亮:实线 + 主橙,和 hover 区分 */
.img-upload.is-dragover {
border-style: solid;
border-color: var(--heat);
color: var(--heat);
background: var(--heat-8);
}