From e3d9eedbab3e7503b839a6a50b448a34404eda60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=91=D0=B0=D0=BD=D0=B4?= =?UTF-8?q?=D1=83=D1=80=D0=B8=D1=81=D1=82?= Date: Thu, 7 May 2026 21:26:14 +1000 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BB=D0=B8=D0=BD=D0=B0=20=D1=81=D0=BE?= =?UTF-8?q?=D1=85=D1=80=D0=B0=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/News_section/One_kard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/News_section/One_kard.vue b/src/components/News_section/One_kard.vue index a5a34c8..64f83cf 100644 --- a/src/components/News_section/One_kard.vue +++ b/src/components/News_section/One_kard.vue @@ -213,7 +213,7 @@ const bilutene_b = async () => { const download = async () => { try { // Обрезаем заголовок до 200 символов для совместимости с именем файла на сервере - const truncatedTitle = props.title.slice(0, 200); + const truncatedTitle = props.title.slice(0, 100); const rez = await axios.get( "https://allowlgroup.ru/api/8001/file_download", // "http://127.0.0.1:8001/file_download",