From 32985a2951a01da69d59b4307d06f81ab3bf9de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Thu, 27 Aug 2026 02:26:11 +0300 Subject: [PATCH] Docs: reflect SCP80 tab grouping (Secured Packet + Cards); SW v24 The Secured Packet and Cards views moved under a single top-level SCP80 tab switched by two pills. Update README and help (EN+RU) section titles/descriptions to match; bump service-worker cache so the precached help pages are re-fetched. --- README.md | 4 ++-- frontend/help-ru.html | 8 ++++---- frontend/help.html | 8 ++++---- frontend/sw.js | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 1a3608e..4179f48 100644 --- a/README.md +++ b/README.md @@ -274,9 +274,9 @@ Optional TLV objects appended to the INSTALL data field: --- -## Secured Packet Tab +## SCP80 Tab — Secured Packet -Assembles secured packets per ETSI TS 102 225. +The **SCP80** top-level tab groups SCP80-related views, switched by two pills: **Secured Packet** (this section) and **Cards**. Assembles secured packets per ETSI TS 102 225. ### Packet structure diff --git a/frontend/help-ru.html b/frontend/help-ru.html index ddb57be..ed4a157 100644 --- a/frontend/help-ru.html +++ b/frontend/help-ru.html @@ -201,8 +201,8 @@
-

3. Вкладка Secured Packet

-

Сборка защищённых пакетов SCP80 по ETSI TS 102 225.

+

3. Вкладка SCP80 — Secured Packet

+

Верхнеуровневая вкладка SCP80 объединяет разделы, связанные с SCP80. Переключение — двумя переключателями: Secured Packet (этот раздел) и Cards (раздел 5). Собирает защищённые пакеты SCP80 по ETSI TS 102 225.

Структура пакета

@@ -245,8 +245,8 @@
-

5. Вкладка Cards

-

Хранит предустановки карт локально в браузере (localStorage), чтобы вкладка Secured Packet могла автоматически подставлять ключи и параметры.

+

5. Вкладка SCP80 — Cards

+

Второй переключатель вкладки SCP80. Хранит предустановки карт локально в браузере (localStorage), чтобы представление Secured Packet могло автоматически подставлять ключи и параметры.

ПолеРазмерОписание
diff --git a/frontend/help.html b/frontend/help.html index 8e5f6ed..2dc3756 100644 --- a/frontend/help.html +++ b/frontend/help.html @@ -201,8 +201,8 @@
-

3. Secured Packet tab

-

Assembles SCP80 secured packets per ETSI TS 102 225.

+

3. SCP80 tab — Secured Packet

+

The SCP80 top-level tab groups the SCP80-related views. It is switched by two pills: Secured Packet (this section) and Cards (section 5). Assembles SCP80 secured packets per ETSI TS 102 225.

Packet structure

ПолеОписание
@@ -245,8 +245,8 @@
-

5. Cards tab

-

Stores card presets locally in the browser (localStorage) so the Secured Packet tab can auto-fill keys and parameters.

+

5. SCP80 tab — Cards

+

The second pill of the SCP80 tab. Stores card presets locally in the browser (localStorage) so the Secured Packet view can auto-fill keys and parameters.

FieldSizeDescription
diff --git a/frontend/sw.js b/frontend/sw.js index 6827201..6a3d724 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v23'; +const CACHE = 'otaman-v24'; const URLS = [ 'index.html', 'help.html',
FieldDescription