From dfa1d9278f384bf2bd3e12cd46e849db674086d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 18 Jun 2026 09:06:40 +0400 Subject: [PATCH] =?UTF-8?q?v3.2.3:=20=D0=B8=D0=BD=D1=84=D0=BE=20=D0=B8=20?= =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=E2=80=94=20?= =?UTF-8?q?=D0=BE=D1=82=D0=B4=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D0=B5=20=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=BB=D0=B1=D1=86=D1=8B,=20=D0=B8=D0=BA=D0=BE?= =?UTF-8?q?=D0=BD=D0=BA=D0=B8=2016px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/templates/llm.html | 10 +++++----- site/templates/upload.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/site/templates/llm.html b/site/templates/llm.html index 548ba8e..03d6ed2 100644 --- a/site/templates/llm.html +++ b/site/templates/llm.html @@ -81,7 +81,7 @@
- +
ИмяИзменёнРазмерСтатус
ИмяИзменёнРазмерСтатус
@@ -142,7 +142,7 @@ function renderTable() { if (fileQueue.length === 0) { - fileTable.innerHTML = 'Нет файлов — выберите .docx / .pdf / .zip'; + fileTable.innerHTML = 'Нет файлов — выберите .docx / .pdf / .zip'; parseBtn.disabled = true; } else { fileTable.innerHTML = fileQueue.map(function(f, i) { @@ -152,8 +152,8 @@ '' + formatDate(f.lastModified) + '' + '' + formatSize(f.size) + '' + '' + (f.status || '') + '' + - '' + - '' + + '' + + '' + ''; }).join(''); } @@ -348,7 +348,7 @@ '' + '' + formatSize(d.total_bytes) + '' + '' + d.total_time_s + 'с' + - ''; + ''; fileTable.appendChild(summaryRow); } }; diff --git a/site/templates/upload.html b/site/templates/upload.html index 49551bd..cff4d9f 100644 --- a/site/templates/upload.html +++ b/site/templates/upload.html @@ -74,7 +74,7 @@
- +
ИмяИзменёнРазмерСтатус
ИмяИзменёнРазмерСтатус
@@ -123,7 +123,7 @@ function renderTable() { if (fileQueue.length === 0) { - fileTable.innerHTML = 'Нет файлов — выберите .docx / .pdf / .zip'; + fileTable.innerHTML = 'Нет файлов — выберите .docx / .pdf / .zip'; parseBtn.disabled = true; } else { fileTable.innerHTML = fileQueue.map(function(f, i) { @@ -133,8 +133,8 @@ '' + formatDate(f.lastModified) + '' + '' + formatSize(f.size) + '' + '' + (f.status || '') + '' + - '' + - '' + + '' + + '' + ''; }).join(''); } @@ -325,7 +325,7 @@ '' + '' + formatSize(d.total_bytes) + '' + '' + d.total_time_s + 'с' + - ''; + ''; fileTable.appendChild(summaryRow); } };