@@ -121,7 +121,7 @@ const genUploadedLabel = (responseText: string, vditor: IVditor) => {
|| type === ".svg"
|| type === ".webp") {
if (vditor.currentMode === "wysiwyg") {
- succFileText += `<img title="${filename}" src="${path}">`;
+ succFileText += `<img alt="${filename}" src="${path}">`;
} else {
succFileText += `\n`;
}