修正bug

main
mula.liu 2026-02-03 15:57:59 +08:00
parent c528a2fcaf
commit 2b26033d7e
1 changed files with 1 additions and 0 deletions

View File

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