新增 PWA 更新提示並整理 README
This commit is contained in:
13
index.html
13
index.html
@@ -3,9 +3,18 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="羽毛球記分板前端專案,使用 Vite、React 與 TypeScript 建立。" />
|
||||
<title>羽毛球記分板</title>
|
||||
<meta name="theme-color" content="#143f49" />
|
||||
<meta
|
||||
name="description"
|
||||
content="羽毛球記分板,可在手機上加入主畫面並像 App 一樣開啟。"
|
||||
/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="羽球記分板" />
|
||||
<title>羽球記分板</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user