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

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
+7
View File
@@ -1052,3 +1052,10 @@
.fc-player-nav.prev { left: 6px; }
.fc-player-nav.next { right: 6px; }
}
/* 素材库弹窗:整块 body 接住拖进来的文件 */
.fc-lib-body.is-dragover {
outline: 1.5px dashed var(--heat);
outline-offset: -8px;
background: var(--heat-8);
}