Generating commit message...

This commit is contained in:
2026-06-30 17:15:33 +08:00
parent c18b2300d3
commit d29cdb05ee
7 changed files with 622 additions and 47 deletions
+3 -2
View File
@@ -4152,8 +4152,9 @@ async function onGenerateSbFrameImage(sb, slot) {
const firstImg = getSbFirstImage(sb.id)
if (firstImg) {
const firstUrl = assetImageUrl(firstImg) || firstImg.image_url || firstImg.local_path
if (firstUrl) {
refImagesForCreate = [firstUrl]
const firstAbsoluteUrl = toAbsoluteImageUrl(firstUrl)
if (firstAbsoluteUrl) {
refImagesForCreate = [firstAbsoluteUrl]
}
}
}