全能创作:定妆/台词/换款与剧情方向硬约束,资源可下载

修角色定妆修改不重出图、角色图混入商品、宠物旁白腔、换款同点复读、剧情反转方向漂移,并补会话资源下载与外观/空消息闸门。
This commit is contained in:
Azmat@qq.com
2026-09-20 14:52:51 +08:00
parent f2e8a5f3c1
commit fb3b2904ae
10 changed files with 1149 additions and 142 deletions
+12 -3
View File
@@ -2025,9 +2025,16 @@ select.duration-select:focus,
border-radius: var(--r-md);
box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}
.np-lightbox .lb-x {
.np-lightbox .lb-actions {
position: fixed;
top: 24px; right: 24px;
z-index: 1;
display: flex;
align-items: center;
gap: 10px;
}
.np-lightbox .lb-x,
.np-lightbox .lb-dl {
width: 44px; height: 44px;
border-radius: 50%;
background: rgba(255, 255, 255, .12);
@@ -2038,8 +2045,10 @@ select.duration-select:focus,
place-items: center;
transition: background var(--t-base);
}
.np-lightbox .lb-x:hover { background: rgba(255, 255, 255, .24); }
.np-lightbox .lb-x svg { width: 18px; height: 18px; }
.np-lightbox .lb-x:hover,
.np-lightbox .lb-dl:hover { background: rgba(255, 255, 255, .24); }
.np-lightbox .lb-x svg,
.np-lightbox .lb-dl svg { width: 18px; height: 18px; }
.np-lightbox .lb-name {
position: fixed;
bottom: 24px; left: 50%;