Уменьшен логотип в иконках на 15% с проверкой центрирования
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 50s

This commit is contained in:
Play Life Bot
2026-01-19 23:40:27 +03:00
parent a19b16a191
commit 53f7edddad
11 changed files with 12 additions and 12 deletions

View File

@@ -1 +1 @@
3.16.7
3.16.8

View File

@@ -17,7 +17,7 @@ const createIconSVG = (size) => `
</linearGradient>
</defs>
<rect width="100" height="100" rx="20" fill="url(#grad)"/>
<g transform="translate(50, 50) scale(0.198) translate(-461, -461)">
<g transform="translate(50, 50) scale(0.1683) translate(-476, -476)">
<path fill="white" d="M442 730V349h55c13 0 26-1 38 3 19 6 33 22 39 41 3 8 5 15 4 24a65 65 0 0 1-29 49c-2 2-6 3-7 6-1 5 4 13 6 17 3 12 4 24 4 36 10-2 19-8 27-13 57-36 69-114 33-168-16-24-45-44-73-49-22-4-46 0-69-1h-38c-9 0-18-1-26 3-9 3-17 15-18 24v358c0 11-1 23 4 33 9 21 31 18 50 18m28-254v254h105c14 0 33 3 46-4 18-11 16-40-3-48-9-4-21-2-31-2h-63V546c0-17 4-40-6-55-11-16-31-15-48-15z"/>
</g>
</svg>
@@ -33,7 +33,7 @@ const createMaskableIconSVG = (size) => `
</linearGradient>
</defs>
<rect width="100" height="100" fill="url(#grad)"/>
<g transform="translate(50, 46) scale(0.165) translate(-478, -478)">
<g transform="translate(50, 46) scale(0.14025) translate(-490, -490)">
<path fill="white" d="M442 730V349h55c13 0 26-1 38 3 19 6 33 22 39 41 3 8 5 15 4 24a65 65 0 0 1-29 49c-2 2-6 3-7 6-1 5 4 13 6 17 3 12 4 24 4 36 10-2 19-8 27-13 57-36 69-114 33-168-16-24-45-44-73-49-22-4-46 0-69-1h-38c-9 0-18-1-26 3-9 3-17 15-18 24v358c0 11-1 23 4 33 9 21 31 18 50 18m28-254v254h105c14 0 33 3 46-4 18-11 16-40-3-48-9-4-21-2-31-2h-63V546c0-17 4-40-6-55-11-16-31-15-48-15z"/>
</g>
</svg>

View File

@@ -2,9 +2,9 @@
<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg?v=3.16.7" type="image/svg+xml" />
<link rel="icon" href="/favicon-new.ico?v=3.16.7" sizes="32x32" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png?v=3.16.7" />
<link rel="icon" href="/favicon.svg?v=3.16.8" type="image/svg+xml" />
<link rel="icon" href="/favicon-new.ico?v=3.16.8" sizes="32x32" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png?v=3.16.8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<!-- PWA Meta Tags -->

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 980 B

After

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -17,7 +17,7 @@ export default defineConfig(({ mode }) => {
react(),
VitePWA({
registerType: 'autoUpdate',
includeAssets: ['favicon-new.ico?v=3.16.7', 'apple-touch-icon.png?v=3.16.7', 'favicon.svg?v=3.16.7'],
includeAssets: ['favicon-new.ico?v=3.16.8', 'apple-touch-icon.png?v=3.16.8', 'favicon.svg?v=3.16.8'],
manifest: {
name: 'PlayLife - Статистика и задачи',
short_name: 'PlayLife',
@@ -30,23 +30,23 @@ export default defineConfig(({ mode }) => {
scope: '/',
icons: [
{
src: 'pwa-192x192.png?v=3.16.7',
src: 'pwa-192x192.png?v=3.16.8',
sizes: '192x192',
type: 'image/png'
},
{
src: 'pwa-512x512.png?v=3.16.7',
src: 'pwa-512x512.png?v=3.16.8',
sizes: '512x512',
type: 'image/png'
},
{
src: 'pwa-maskable-192x192.png?v=3.16.7',
src: 'pwa-maskable-192x192.png?v=3.16.8',
sizes: '192x192',
type: 'image/png',
purpose: 'maskable'
},
{
src: 'pwa-maskable-512x512.png?v=3.16.7',
src: 'pwa-maskable-512x512.png?v=3.16.8',
sizes: '512x512',
type: 'image/png',
purpose: 'maskable'