From d86a369d2b543c1cd3634998e53fff4ce09bffad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Wed, 24 Jun 2026 08:41:15 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.164:=20remove=20=E2=86=95=20column=20?= =?UTF-8?q?=E2=80=94=20auto-classify=20determines=20order?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/app.js | 9 ++------- index.cfm | 6 +++--- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/deploy/app.js b/deploy/app.js index 86b5e0d..b83c743 100644 --- a/deploy/app.js +++ b/deploy/app.js @@ -28,19 +28,14 @@ function formatDate(ts) { function renderTable() { if (fileQueue.length === 0) { - fileTable.innerHTML = 'Нет файлов — выберите .docx / .pdf'; + fileTable.innerHTML = 'Нет файлов — выберите .docx / .pdf'; } else { fileTable.innerHTML = fileQueue.map(function(f, i) { - var isFirst = (i === 0); - var isLast = (i === fileQueue.length - 1); - var arrows = '' + - ''; - return '' + + return '' + '' + f.name + '' + '' + formatDate(f.lastModified) + '' + '' + formatSize(f.size) + '' + '' + (f.status || '') + '' + - '' + arrows + '' + '' + '' + ''; diff --git a/index.cfm b/index.cfm index 4e84a5b..02800fc 100644 --- a/index.cfm +++ b/index.cfm @@ -75,7 +75,7 @@
Nubes - Сверка договоров — LLM AI-driven Event Sourcing v1.0.163 — Lucee + Сверка договоров — LLM AI-driven Event Sourcing v1.0.164 — Lucee
@@ -87,12 +87,12 @@
-
↕ первый в списке — основной договор, порядок меняется стрелками
+
Порядок определяется автоматически при классификации
- +
ИмяИзменёнРазмерПарсингТекст
ИмяИзменёнРазмерПарсингТекст