feat: add apple-touch-icon for iOS device support
Added link to ./logo.jpg as an apple-touch-icon in index.html to ensure proper icon display when users add the site to their home screen on iOS devices.
This commit is contained in:
parent
c4f28ae471
commit
ba8dfdf973
@ -5,6 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||||
|
|
||||||
<link rel="icon" type="image/svg+xml" href="./logo.jpg" />
|
<link rel="icon" type="image/svg+xml" href="./logo.jpg" />
|
||||||
|
<link rel="apple-touch-icon" type="image/svg+xml" href="./logo.jpg" />
|
||||||
<title>我的开球网</title>
|
<title>我的开球网</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user