From b7a5de9f26e75e57dfbc3e62466df090eb9b91ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D1=80=D0=BE=D1=88=D0=B8=D0=BD=20=D0=90=D0=BD=D1=82?= =?UTF-8?q?=D0=BE=D0=BD=20=D0=92=D0=B0=D0=BB=D0=B5=D1=80=D1=8C=D0=B5=D0=B2?= =?UTF-8?q?=D0=B8=D1=87?= Date: Sun, 12 Jul 2026 22:00:03 +0300 Subject: [PATCH] and more cosmetic improvements --- app.js | 2 +- index.html | 6 +++--- sw.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app.js b/app.js index 817bb9f..9e2058e 100644 --- a/app.js +++ b/app.js @@ -120,7 +120,7 @@ const SYSTEM_RANGES = { { label: '\u20133\u00B3 \u2013 3\u00B3', min: -27, max: 27 }, ], octal: [ - { label: '8\u2070 \u2013 8\u00B9', min: 1, max: 8 }, + { label: '8\u00B9 \u2013 8\u00B2', min: 8, max: 64 }, { label: '8\u00B2 \u2013 8\u00B3', min: 64, max: 512 }, { label: '8\u2070 \u2013 8\u00B3', min: 1, max: 512 }, { label: '8\u2070 \u2013 8\u2074', min: 1, max: 4096 }, diff --git a/index.html b/index.html index 79b1958..e9cf6a7 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - +
@@ -158,10 +158,10 @@
- + diff --git a/sw.js b/sw.js index ab6f53e..5ec8a87 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'numnum-v9'; +const CACHE_NAME = 'numnum-v10'; const ASSETS = [ '/', '/index.html',