ZIP: распаковка и парсинг каждого файла внутри, v1.3

This commit is contained in:
2026-06-16 14:56:12 +04:00
parent 1f7c392934
commit 21f8c0b072
2 changed files with 73 additions and 18 deletions
+8 -1
View File
@@ -47,7 +47,7 @@
<body>
<div class="topbar">
<img src="{{ url_for('static', filename='nubes-logo.svg') }}" alt="Nubes">
<span class="title">Сверка договоров <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.2</span></span>
<span class="title">Сверка договоров <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.3</span></span>
</div>
<div class="content">
@@ -229,6 +229,13 @@
}
}
else if (d.type === 'zip_expanded') {
var row = findRowByName(d.name);
if (row) {
row.querySelector('.status-cell').innerHTML = '<span style="color:var(--muted);">↗ ' + d.count + ' файлов</span>';
}
}
else if (d.type === 'summary') {
clearInterval(timerInterval);
es.close();