From 3d01a1d43484f3a879282157b507e993a36daa92 Mon Sep 17 00:00:00 2001 From: Telegram Bot Date: Fri, 16 Jan 2026 20:20:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BD=D0=BE=D0=B2=D0=B0=D1=8F=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B5=D0=B7=D0=B4=D0=BA=D0=B0=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7?= =?UTF-8?q?=20=D0=B1=D0=BE=D1=82=20(2026-01-16=2020:20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/data/upcoming-trips.json | 47 +++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 17 deletions(-) diff --git a/static/data/upcoming-trips.json b/static/data/upcoming-trips.json index 445199b..e834510 100755 --- a/static/data/upcoming-trips.json +++ b/static/data/upcoming-trips.json @@ -1,18 +1,31 @@ -{ - "trips": [ - { - "id": "january-2026", - "title": "Поездка в январе 2026 года", - "period": "Январь 2026", - "description": "Полёты выходного дня в Московской области.", - "image": "https://s3.regru.cloud/sleeptrip-dev/images/plan/Zakrytie_sezona.jpg", - "meta": [ - "Заявки: минимум за 7 дней до полётов", - "Выезд: рано утром (5-6 утра)" - ], - "active": true, - "order": 1 - } - ], - "last_updated": "2026-01-14T00:00:00Z" +{ + "trips": [ + { + "id": "january-2026", + "title": "Поездка в январе 2026 года", + "period": "Январь 2026", + "description": "Полёты выходного дня в Московской области.", + "image": "https://s3.regru.cloud/sleeptrip-dev/images/plan/Zakrytie_sezona.jpg", + "meta": [ + "Заявки: минимум за 7 дней до полётов", + "Выезд: рано утром (5-6 утра)" + ], + "active": true, + "order": 1 + }, + { + "id": "trip-20260116-202024", + "title": "Test 2026", + "period": "12-14 feb 2026", + "description": "Test trip 1060", + "image": "https://s3.regru.cloud/sleeptrip-dev/images/plan/trip-20260116-202021.PNG", + "meta": [ + "Заявки: минимум за 7 дней до полётов", + "Выезд: рано утром (5-6 утра)" + ], + "active": true, + "order": 2 + } + ], + "last_updated": "2026-01-16T20:20:24.518159" } \ No newline at end of file