补齐角色动作预览失败重试
后台和创作主页序列播放器识别换签失败与图片解码失败并跳过故障帧。 全部帧失败时停止播放,弹窗显示失败帧数量并允许重新换签加载。 卡片全帧失败时引导打开预览重试,避免嵌套交互按钮。 补充故障帧跳过、手动重试和预读窗口恢复回归测试与项目记忆。
This commit is contained in:
@@ -3468,6 +3468,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
|
||||
.creation-landing__image-sequence-controls button {
|
||||
display: grid;
|
||||
min-height: 44px;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
@@ -3476,6 +3477,19 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
.creation-landing__image-sequence-error {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
z-index: 2;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
background: rgba(24, 18, 14, 0.72);
|
||||
color: #fff;
|
||||
padding: 1rem;
|
||||
font-size: 0.78rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.creation-landing__asset-preview--campaign {
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user