From 10b78d5d815b82cea0985669bf6007084fa111a4 Mon Sep 17 00:00:00 2001 From: TraceLumen Date: Thu, 17 Sep 2026 23:52:42 +0300 Subject: [PATCH] test version update --- src/App.svelte | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/App.svelte b/src/App.svelte index d0e2447..4131f9f 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -54,6 +54,18 @@ justify-content: center; } } + + .version { + position: fixed; + bottom: 8px; + left: 8px; + font-size: 10px; + line-height: 1; + color: rgba(245, 247, 250, 0.35); + user-select: none; + pointer-events: none; + z-index: 10; + } {#if needRefresh} @@ -69,3 +81,5 @@ {/if} + +Версия 1.0.3