fix: var render (#5857)

* fix: timeselector ui error

* var update node

* fix: var render

* fix: prompt editor

* perf: init

* fix: retry input

* fix: prompt editor

* fix: editor
This commit is contained in:
Archer
2025-11-04 22:15:47 +08:00
committed by GitHub
parent a499d05a02
commit 44e87e3053
15 changed files with 205 additions and 80 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ export const loadRequestMessages = async ({
// If imgUrl is a local path, load image from local, and set url to base64
if (
imgUrl.startsWith('/') ||
process.env.MULTIPLE_DATA_TO_BASE64 === 'true' ||
process.env.MULTIPLE_DATA_TO_BASE64 !== 'false' ||
isInternalAddress(imgUrl)
) {
const url = await (async () => {