Update app.js
Browse files
app.js
CHANGED
|
@@ -771,6 +771,7 @@ document.getElementById('btnReadAllMeta').addEventListener('click', async () =>
|
|
| 771 |
|
| 772 |
// 针对图片格式使用 exifr 进行全量深度提取
|
| 773 |
if (file.type === 'image/jpeg' || file.type === 'image/png' || file.type === 'image/webp' || file.type === 'image/heic') {
|
|
|
|
| 774 |
showMetaData(fullInfo);
|
| 775 |
|
| 776 |
try {
|
|
|
|
| 771 |
|
| 772 |
// 针对图片格式使用 exifr 进行全量深度提取
|
| 773 |
if (file.type === 'image/jpeg' || file.type === 'image/png' || file.type === 'image/webp' || file.type === 'image/heic') {
|
| 774 |
+
fullInfo += `⏳ 正在穿透底层解析所有元数据区块 (EXIF/TIFF/XMP/IPTC)...\n`;
|
| 775 |
showMetaData(fullInfo);
|
| 776 |
|
| 777 |
try {
|