'ss'
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -1 +1 @@
|
||||
<!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/youtube192.png"/><link rel="icon" sizes="192x192" href="/static/images/images/youtube192.png"/><meta name="apple-mobile-web-app-capable" content="yes"/><link rel="manifest" href="/manifest.json"><title>Youtube运营</title><meta name="description" content="Youtube运营笔记"><meta property="og:description" content="Youtube运营笔记"><meta name="twitter:description" content="Youtube运营笔记"><script>!function(n){function f(){var e=n.document.documentElement,w=e.getBoundingClientRect().width,x=40*w/750;e.style.fontSize=x>=40?"40px":x<=20?"20px":x+"px"}n.addEventListener("resize",(function(){f()})),f()}(window);</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"><link rel="icon" href="/youtube.ico"><script defer="defer" src="/js/602.js"></script><script defer="defer" src="/js/app.js"></script><link href="/css/app.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
|
||||
<!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="mobile-web-app-capable" content="yes"><meta name="theme-color" content="#ffffff"><meta name="application-name" content="Youtube运营"><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/youtube192.png"/><link rel="icon" sizes="192x192" href="/static/images/images/youtube192.png"/><meta name="apple-mobile-web-app-capable" content="yes"/><link rel="manifest" href="/manifest.json"><title>Youtube运营</title><meta name="description" content="Youtube运营笔记"><meta property="og:description" content="Youtube运营笔记"><meta name="twitter:description" content="Youtube运营笔记"><script>!function(n){function f(){var e=n.document.documentElement,w=e.getBoundingClientRect().width,x=40*w/750;e.style.fontSize=x>=40?"40px":x<=20?"20px":x+"px"}n.addEventListener("resize",(function(){f()})),f()}(window);</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"><link rel="icon" href="/youtube.ico"><script defer="defer" src="/js/602.js"></script><script defer="defer" src="/js/app.js"></script><link href="/css/app.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
|
||||
2
dist/service-worker.js
vendored
2
dist/service-worker.js
vendored
File diff suppressed because one or more lines are too long
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user