修正bug
parent
c528a2fcaf
commit
2b26033d7e
|
|
@ -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> </div>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue