'修改ico图标'

This commit is contained in:
eric
2025-12-04 12:43:53 +08:00
parent ce4b862fe0
commit 1563f4c5a7
3 changed files with 34 additions and 32 deletions

BIN
src/images/planet.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -1,34 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="format-detection" content="telephone=no,address=no">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
<link rel="apple-touch-icon" href="/static/images/images/touxiang.png" />
<!-- <link rel="apple-touch-icon" href="/static/images/images/youtube.svg" /> -->
<link
rel="icon"
sizes="192x192"
href="/static/images/images/touxiang.png"
/>
<title>异度世界</title>
<meta name="description" content="异度世界">
<meta property="og:description" content="异度世界">
<meta name="twitter:description" content="异度世界">
<script><%= htmlWebpackPlugin.options.script %></script>
<!-- 禁止缓存 -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
</head>
<body>
<div id="app"></div>
</body>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta
content="width=device-width,initial-scale=1,user-scalable=no"
name="viewport"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="format-detection" content="telephone=no,address=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="white" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- webpack配置favicon -->
<link rel="apple-touch-icon" href="/static/images/planet.ico" />
<link rel="icon" sizes="192x192" href="/static/images/planet.ico" />
<title>异度星球</title>
<meta name="description" content="异度星球" />
<meta property="og:description" content="异度星球" />
<meta name="twitter:description" content="异度星球" />
<script>
<%= htmlWebpackPlugin.options.script %>
</script>
<!-- 禁止缓存 -->
<meta
http-equiv="Cache-Control"
content="no-cache, no-store, must-revalidate"
/>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
</head>
<body>
<div id="app"></div>
</body>
</html>