修正bug

main
mula.liu 2026-02-03 16:02:44 +08:00
parent 2b26033d7e
commit f66a78aa38
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ async function processSingle(item) {
processedInfo.innerHTML = `
<div>${i18n.t('info.size')}: ${img.width}×${img.height}</div>
<div>${i18n.t('info.status')}: ${i18n.t('info.removed')}</div>
<div>&nbsp;</div>
<div>Output: IMAGE</div>
`;
}