4.0.6: Включен поворот экрана в PWA
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 50s

This commit is contained in:
poignatov
2026-01-26 18:23:06 +03:00
parent 41aed56689
commit 904b00f3f5
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
4.0.5 4.0.6

View File

@@ -1,6 +1,6 @@
{ {
"name": "play-life-web", "name": "play-life-web",
"version": "4.0.5", "version": "4.0.6",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@@ -25,7 +25,7 @@ export default defineConfig(({ mode }) => {
theme_color: '#4f46e5', theme_color: '#4f46e5',
background_color: '#f3f4f6', background_color: '#f3f4f6',
display: 'standalone', display: 'standalone',
orientation: 'portrait', orientation: 'any',
start_url: '/', start_url: '/',
scope: '/', scope: '/',
icons: [ icons: [