feat: 添加 PWA 支持,可添加到手机主屏幕作为独立应用使用
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="theme-color" content="#08080d">
|
||||
<meta name="description" content="语音转文字,一键粘贴到电脑剪贴板">
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||
<title>VoicePaste</title>
|
||||
</head>
|
||||
<body class="h-full bg-bg text-fg overflow-hidden select-none">
|
||||
|
||||
Reference in New Issue
Block a user