update system prompt

This commit is contained in:
2025-12-15 13:05:41 +08:00
parent 6d1358938c
commit ff24ccf5f0
2 changed files with 83 additions and 18 deletions

View File

@@ -417,9 +417,9 @@ export function PhoneSimulator({
: `请上传${MAX_UPLOAD_MB}MB以内的图片文件。`;
showErrorToast(msg);
} else {
onCapture(file);
setProcessingImage(URL.createObjectURL(file));
setProcessingSource("upload");
onCapture(file);
setProcessingImage(URL.createObjectURL(file));
setProcessingSource("upload");
}
}
// Reset input so the same file can be selected again