This commit is contained in:
WLT\Eric.hu
2025-03-27 17:35:23 +08:00
parent e9b688e64c
commit c763bdddc1
3 changed files with 6 additions and 8 deletions

View File

@@ -17,21 +17,19 @@
<!-- 添加icon图标 -->
<link rel="apple-touch-icon" href="/static/images/images/youtube192.png" />
<link rel="icon" sizes="192x192" href="/static/images/images/youtube192.png" />
<!-- 以webapp姓氏运行 -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- PWA设置 -->
<link rel="manifest" href="/manifest.json">
<!-- <link rel="icon" type="image/x-icon" href="/static/images/youtube.ico"> -->
<title>Youtube运营</title>
<meta name="description" content="Youtube运营笔记">
<meta property="og:description" content="Youtube运营笔记">
<meta name="twitter:description" content="Youtube运营笔记">
<script><%= htmlWebpackPlugin.options.script %></script>
<!-- 禁止缓存 -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<!-- <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">
<meta http-equiv="Expires" content="0"> -->
</head>
<body>