test version update

This commit is contained in:
2026-09-17 23:52:42 +03:00
parent 906897b83e
commit 10b78d5d81

View File

@ -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;
}
</style>
{#if needRefresh}
@ -69,3 +81,5 @@
<ScanPage onBack={handleBack} />
{/if}
</main>
<span class="version">Версия 1.0.3</span>