update system prompt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user