feat: add apple-touch-icon

This commit is contained in:
shinya
2025-08-06 18:46:50 +08:00
parent 10e7bbde92
commit e8bbf50412
3 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
20250806184440
20250806184650

View File

@@ -95,6 +95,7 @@ export default async function RootLayout({
name='viewport'
content='width=device-width, initial-scale=1.0, viewport-fit=cover'
/>
<link rel='apple-touch-icon' href='/icons/icon-192x192.png' />
{/* 将配置序列化后直接写入脚本,浏览器端可通过 window.RUNTIME_CONFIG 获取 */}
{/* eslint-disable-next-line @next/next/no-sync-scripts */}
<script

View File

@@ -2,7 +2,7 @@
'use client';
const CURRENT_VERSION = '20250806184440';
const CURRENT_VERSION = '20250806184650';
// 版本检查结果枚举
export enum UpdateStatus {