4.0.6: Включен поворот экрана в PWA
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 50s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 50s
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user